I’m integrating paypal ipn in php. So If I enable auto return url in paypal. So there is need to pass following variables in paypal form?? here is variables.
<input type="hidden" name="notify_url" value="http://site/ipn/" />
<input type="hidden" name="return" value="http://site/ipn/" />
<input type="hidden" name="rm" value="2">
thanks
Its not necessary. U may or maynot. but if you will pass
notify_urlandreturn, it will override the one you defined in paypal acoount.hope this helps.