spookylukey / django-paypal

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

PayPal sandox not responding? #178

Closed moreplavec closed 7 years ago

moreplavec commented 7 years ago

I tried to use Django Paypal via Django by Example book. All went OK and example is same as examples over the net. But while in test mode, when redirected to Paypal sandbox, nothing happens. I get blank page and nothing more. Looks like wrong URL or calling? If i turn off testing and go live, payment works as expected.

Django: 1.11.2 Python: 3.5.2 Django-PayPal: 0.3.6

spookylukey commented 7 years ago

I get the same thing. As far as I can see, this is a PayPal issue - looks like they broke their sandbox. You should contact their support.

Another recent report of the same thing - https://stackoverflow.com/questions/44736319/sandbox-paypal-white-blank-screen-nothing-happen

moreplavec commented 7 years ago

Aha, thanks for info!