Django paypal sandbox
Posted: May 14th, 2010 | Author: Davo | Filed under: Django | Tags: djangopaypalsandbox | No Comments »When using the django-paypal pluggable app there is not really a settings to specify if you want to interact with the sandbox or with the normal site.
To do this you need to call the the form like this
{{ form.sandbox }}
instead of
{{ form.render }}
