asp.net - request querystring have np PayPal return variables -


i make call paypal, after successful transaction not variables paypal regarding transaction. call follows-

https://sandbox.paypal.com/cgi-bin/webscr?cmd=_xclick&business=mybussiness@gmail.com&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 not variables ?

paypal not able find notify url on localhost.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -