• Stars
    star
    164
  • Rank 229,214 (Top 5 %)
  • Language
    Python
  • License
    BSD 3-Clause "New...
  • Created over 12 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

PayPal package for django-oscar

This package provides integration between django-oscar and both PayPal REST API, PayPal Express (NVP) and PayPal Payflow Pro.

These payment options can be used individually or 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 site 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

Coverage

Changelog

2.0.0 (released December 20th, 2019)

  • Add support for Oscar 2.0 and Django 2.2.
  • Drop support for Oscar 1.6 and lower and Django 2.0 and lower.
  • Drop support for Python 2.

1.0.0 (released May 30th, 2018)

  • Add support for Oscar 1.6 and Django 2.
  • Drop support for Oscar 1.4 and lower and Django 1.10 and lower.

0.9.7 (released January 12th, 2016)

  • Fix breakage when using Oscar's DeferredTaxMixin. #98 #121

0.9.6 (released November 13th, 2015)

  • Add support for Oscar 1.1 and Django 1.8.
  • Drop support for Django 1.6 and Oscar 0.7.
  • Store submitted shipping method instead of falling back to FixedPrice. #107
  • Display original Paypal error message instead of generic error message. #101
  • Bugfix: Hide form buttons as expected. #94
  • Bugfix: Correct signature for call to get_shipping_methods. #99
  • Bugfix: Don't fail in countries without postcode. #100

0.9.5

  • Fix issue with missing templates in PyPI package.

0.9.4

  • Use Bankcard.number instead of the deprecated Bankcard.card_number attribute.
  • Add support for Django 1.7 and Oscar 1.0.
  • Drop support for Oscar 0.6 and Django 1.5.

0.9.3

  • Use the correct key to look up a previous transaction ID (for refund/capture/void operations). #81

0.9.2

  • Include templates in package (they were missing from 0.9.1)
  • Dynamically load view classes in Express views module

0.9.1

  • Add support for Python 3.3 and 3.4
  • Add preliminary support for (unreleased) Oscar 0.8

0.9

  • Support Oscar 0.7 (note that this release only works with 0.7.1 onwards)
  • Drop support for Oscar 0.5
  • Fix bug around unicode handling
  • Allow scheme of callback URL to be specified in a setting

0.8.1

  • Ensure sandbox demo site works correctly with Oscar 0.6
  • Fix a bug with Payflow Pro using wrong bankcard attribute for expiry dates.
  • Remove Oscar version verification in setup.py
  • Use content-type text/namevalue when submitting key-value pairs to PayPal.

0.8

  • Support Oscar 0.6
  • Fix bug with offers not being applied to basket on return from PayPal site.

0.7

  • Remove Oscar from install_requires

0.6.1

  • Persist shipping method name when using PayPal Express as a payment method only.

0.6

  • Add support for NO_SHIPPING option with PayPal Express.

0.5

  • Addresses a security issue where baskets could be manipulated while the customer was on the PayPal site. This would cause the final order to contain more items that were paid for.

0.4.1

  • Fixes a bug where the second line of a user's address was not being used to create the order shipping address.

0.4

  • We now require Oscar >= 0.5
  • Full i18 support
  • New dashboard views for PayPal Express

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.

More Repositories

1

django-oscar

Domain-driven e-commerce for Django
Python
6,162
star
2

django-oscar-api

RESTful JSON API for django-oscar
Python
363
star
3

django-oscar-accounts

Managed accounts for Django (with or without django-oscar)
Python
211
star
4

django-oscar-stores

Physical store integration for Django Oscar
Python
90
star
5

django-oscar-invoices

Application for invoices generation in Django-Oscar.
Python
43
star
6

django-oscar-docdata

Docdata Payments Gateway integration for django-oscar
Python
22
star
7

django-oscar-stripe

Integration between Oscar and Stripe
Python
20
star
8

django-oscar-elasticsearch

Search app for oscar using elasticsearch
Python
19
star
9

django-oscar-datacash

Datacash payment gateway integration for django-oscar
Python
16
star
10

django-oscar-promotions

Python
16
star
11

django-oscar-adyen

Adyen package for django-oscar
Python
16
star
12

django-oscar-demo

Django Oscar demo site
JavaScript
12
star
13

django-oscar-mws

Oscar module for Amazon - Marketplace Web Service
Python
11
star
14

django-oscar-paymentexpress

Integration with Payment Express for django-oscar
Python
10
star
15

django-oscar-gocardless

GoCardless integration for django-oscar
Python
8
star
16

django-oscar-avalara

Integration with the Avalara tax service for django-oscar
Python
7
star
17

django-oscar-testsupport

Test utils for working with Oscar
Python
5
star
18

django-oscar-sagepay-direct

Oscar extension for using Sagepay's "Direct" integration functionality
Python
4
star
19

oscarcommerce.com

Github pages source for oscarcommerce.com
HTML
4
star
20

django-oscar-jirafe

Integration between django-oscar and Jirafe
Python
4
star
21

django-oscar-odin

Python
4
star
22

django-oscar-amazon-payments

Oscar extension for using Amazon Payments with Oscar
Python
3
star