Shai
Shai

Reputation: 117

request querystring have np PayPal return variables

I make a call to PayPal, after a successful transaction I do not get variables from PayPal regarding the transaction. Call follows-

https://sandbox.paypal.com/cgi-bin/webscr?cmd=_xclick&[email protected]&item_name=myITEM&item_number=22&currency_code=USD&amount=5.00&shipping=5.00&tax_rate=10&rm=2&address_override=1&return=http://localhost:58377/thankyou.aspx&cancel_return=http://localhost:58377/notransaction.aspx&notify_url=http://localhost:58377/ppnotify.aspx

Any idea why I do not get the variables ?

Upvotes: 0

Views: 75

Answers (1)

Ind_KevinG
Ind_KevinG

Reputation: 1945

PayPal will not be able to find your notify url on your localhost.

Upvotes: 1

Related Questions