Skip to content Skip to sidebar Skip to footer

Cannot Process Transaction Using Paypal Module

I am trying to test Python and Paypal integration. Here is my call to the PayPal module I got here: http://www.chickenwingsw.com/paypal-on-python def testPayPal(): import paypal

Solution 1:

Well, Strange thing happened.

Was trying this on Friday and didn't work but came back to it on Monday and ta'da, it worked.

I set my sandbox account with paypal on friday so not sure if I needed to wait or if there was an issue with the sandbox environment.

Anyway, this code should work if anyone is looking for an example.

Cheers.

Post a Comment for "Cannot Process Transaction Using Paypal Module"