Skip to content

squamous/django-oscar-paypal

 
 

Repository files navigation

PayPal package for django-oscar

This package provides integration between django-oscar and both PayPal Express and PayPal Payflow Pro.

These payment options can be used individually or both together. Further, the package is structured so that it can be used without Oscar if you so wish.

License

The package is released under the new BSD license.

Support

Having problems or got a question?

  • Have a look at the sandbox installation as this is a sample Oscar project integrated with both PayPal options. See the contributing guide within the docs for instructions on how to set up the sandbox locally.
  • Ping @django_oscar with quick queries.
  • Ask more detailed questions on the Oscar mailing list: [email protected].
  • Use Github for submitting issues and pull requests.

Tests

Continuous integration status Coverage

Changelog

0.3.4

  • Use second line of shipping address when placing an order

0.3.3

  • Restrict to Oscar < 0.5

0.3.2

  • Pass shipping address name when using Express checkout
  • Docs update

0.3.1

  • Fix issue with currency formatting
  • Fix issue with i18n proxies being passed to PayPal

0.3

  • Order discounts are now passed correctly to PayPal as separate lines
  • Fix unicode issue when reading data back from PayPal
  • Use Tox for testsuite

0.2.5

  • Fix silly bug with reference transactions

0.2.4

  • Fix bug with installing templates

0.2.3

  • Fix bug with amount formats not being validated properly
  • Adjust txn model to allow virtually everything to be nullable

0.2.2

  • Add support for specifying transaction currency

0.2.1

  • Fix packaging issues
  • Remove dead templates
  • With API docs

0.2

Includes support for Payflow Pro.

0.1

Includes support for Express Checkout.

About

PayPal integration for django-oscar. Can be used without Oscar too.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%