Skip to content

Commit

Permalink
Bump to version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 16, 2020
1 parent 685d542 commit 4a41e08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ This integrates PayPal for django-shop version 1.0 and above.

## Installation

for django-shop version 1.0.x:
for django-shop version 1.2.x:

```
pip install djangoshop-paypal<1.1
pip install djangoshop-paypal<1.3
```

## Configuration
Expand Down Expand Up @@ -55,6 +55,11 @@ If a payment was rejected by PayPal, **djangoshop-paypal** redirects onto the CM

## Changes

### 1.2
* Fix new PayPal requirement: Add additional costs not reflected in list of ordered items.
* Drop support for Django<2.1.
* Drop support for Python-2.7.

### 1.0.1
* Fix #6: PayPal's create payment now is invoked by the server.

Expand Down
2 changes: 1 addition & 1 deletion shop_paypal/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.2'

0 comments on commit 4a41e08

Please sign in to comment.