I was getting this error because my app was in sandbox mode and I was using real users. Once I created test users and use them instead, it started working.
Yes, Paypal sandbox site has changed. But it is pretty much the same functionality. In case some configured this with the old sandbox and is trying to use it now, getting the error
I was getting this error because my app was in sandbox mode and I was using real users. Once I created test users and use them instead, it started working.
Yes, Paypal sandbox site has changed. But it is pretty much the same functionality. In case some configured this with the old sandbox and is trying to use it now, getting the error
I solved this temporarily by changing
with
in the paypal_url method.
Hi @dedek, you code looks ok to me. Just make sure you are actually instantiating a
task
in your controller, something like thisGood luck!