I have to integrate simple paypal into my app. I am using following url as tutorial.
before directing to paypal page I print its url in logs, which is
But when I am redirected to paypal sandbox, the url that i see in my browser is
https://www.paypal.com/myaccount/home
and I cannot see checkout form that will take credentials from buyer and show details about transaction.
NOTE: I am on localhost at this stage and have not deployed my app
Please help me in this, Thanks.