PayPal IPN - option_selection gone? -


i wondering if ipn simulator offered paypal developer allows use option_selection values because couldn't find anywhere; recall seeing time ago it's gone. if there no possibility @ use it, there alternative use? thanks.

there not option pass on option selection variables ipn simulator currently. either set ipn on test sandbox account, , go through , make test payment passing these variables on otherwise create own ipn testing tool. similar following example.

<form target="_new" method="post" action="https://www.yourdomain.com/path/ipnhandler.php"> <input type="hidden"  name="somepaypalvar" value="somevalue1"/> <input type="hidden"  name="someotherppvar" value="somevalue2"/>  etc  other variables want test with.  </br> <input  type="submit"/> </form> 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -