Blog Archive for January 8, 2011

Testing Paypal Subscribe Buttons

January 8, 2011

This article covers testing a paypal subscribe button using the paypal sandbox. The button is embedded in a Django application.

Settings Up Your Code

Ensure that all paypal domain names use a setting, for example

PAYPAL_URL = "www.sandbox.paypal.com"

This is the sandbox url for testing, we'll change this to the …