Skip to content

Commit

Permalink
+ Added note about PAYPAL_IDENTITY_TOKEN to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Boxall committed May 17, 2009
1 parent 6262255 commit c37239b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,13 @@ Paypal Payment Data Transfer (PDT) allows you to display transaction details to

git clone git://github.com/johnboxall/django-paypal.git paypal

1. Edit `settings.py` and add `paypal.standard.pdt` to your `INSTALLED_APPS`:
1. Edit `settings.py` and add `paypal.standard.pdt` to your `INSTALLED_APPS`. Also set `PAYPAL_IDENTITY_TOKEN` - you can find the correct value of this setting from the PayPal website:

# settings.py
...
INSTALLED_APPS = (... 'paypal.standard.ipn', ...)
INSTALLED_APPS = (... 'paypal.standard.pdt', ...)
PAYPAL_IDENTITY_TOKEN = "xxx"

1. Create a view that uses `PayPalPaymentsForm` just like in PayPal IPN.

Expand Down

0 comments on commit c37239b

Please sign in to comment.