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

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -