django-paypal icon indicating copy to clipboard operation
django-paypal copied to clipboard

A pluggable Django application for integrating PayPal Payments Standard or Payments Pro

Results 15 django-paypal issues
Sort by recently updated
recently updated
newest added

Fixing PDT to handle POST requests from paypal, more graceful error handling, and a security fix. Tested on both sandbox and live Paypal servers.

CC field should be required. Check a key in dict use in instead of has_key. pep8 code styling fix, see http://www.python.org/dev/peps/pep-0008 for reference.

Updated README with info to how to use the module for production. Added few more notes and corrected a typo. Updated forms.py to include tax and tax_rate properties. These get...

Hi, This adds support for displaying a drop-down with [product/price options](https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_buynow_buttons#id08A2G0Y06X4). The change is backwards compatible - if item_options is not set when initialising the Buy Now button form, the...