Monday, August 29, 2011

Paypal return url issue with missing GET parameters

just post one more parameter to paypal. see below :-

< input type="hidden" name="rm" value="2" >

According to the paypal Buy Now Buttons manual regarding the 'rm' hidden parameter. If set to “2” and if return is set, the buyer will be sent back to the return URL using a POST method, to which all available transaction variables will also be posted.

No comments: