Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 4, 2019
1 parent e815cdf commit 356965d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# REST based PayPal Payment Provider Integration for django-shop

This integrates the PayPal for django-shop version 0.9 and above.
This integrates PayPal for django-shop version 1.0 and above.

## Installation

Expand Down Expand Up @@ -47,7 +47,7 @@ Add ``'shop_paypal.payment.OrderWorkflowMixin'`` to the list of ``SHOP_ORDER_WOR

When rendering the payment method form, "PayPal" shall appear in the list of possible payments.

Successful payments are redirected onto the CMS page with the ID ``shop-order-last``.
Successful payments are redirected onto the just created order detail page.

If a payment was rejected by PayPal, **djangoshop-paypal** redirects onto the CMS page with the ID
``shop-cancel-payment``.
``shop-cancel-payment``, so make sure that such a page exists.

0 comments on commit 356965d

Please sign in to comment.