spookylukey / django-paypal

A pluggable Django application for integrating PayPal Payments Standard or Payments Pro
MIT License
729 stars 208 forks source link

Error 500, when PAYPAL_TEST = True #179

Closed HigorSilvaRosa closed 7 years ago

HigorSilvaRosa commented 7 years ago

When I try make a sale when PAYPAL_TEST = True, the paypal page return http 500 response,

I dont know if the Paypal servers are with problems, or if the problem is in this module. Im tring since 4 days.

The page "https://www.sandbox.paypal.com/cgi-bin/webscr" returns "Failed to load resource: the server responded with a status of 500 (Internal Server Error)"

This only happens when i'm using the teste mode. When PAYPAL_TEST = False, everything is OK!

spookylukey commented 7 years ago

If PayPal's servers are returning 500 errors, it is their error, not django-paypal's.

Dupe of #178