django-paypal
django-paypal copied to clipboard
Added tax and tax_rate to forms.py and updated README with debug info.
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 left out by PayPalEncryptedPaymentsForm.
Updated forms.py.render() to set action to sandbox url when TEST is enabled.