CodeIgniter Forums
paypal integration with paypal_lib library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: paypal integration with paypal_lib library (/showthread.php?tid=33142)



paypal integration with paypal_lib library - El Forum - 08-17-2010

[eluser]Unknown[/eluser]
Hi,I am just started pay pal integration with paypal_lib library

Everything goes fine except the return url.

Please help me to set up auto return URL in pay pal.

Thanks


paypal integration with paypal_lib library - El Forum - 08-17-2010

[eluser]gvillavizar[/eluser]
Well, I don't know how to do it with the paypal_lib, but with raw code I usually just pass a hidden field in the form:

<input type="hidden" id='url_return' name="return" value="{RETURN_URL}">