You are on page 1of 1

Paypal return URL - using GET parameters?

Here's some simple code I'm using to test the Paypalsite Payments Standard upload thingy I gr>
My return URL is http://mysite/index.php?module=store&show=order_confirmo through the
payment thecess, and when I get to.

Anyone know what the deal with this is


<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">

<input type="hidden" name="cmd" value="_cart" />

<input type="hidden" name="upload" value="1">


<input type="hidden" name="return" value="http://mysite/index.php?
module=store&show=order_confirm" />
<input type="hidden" name="currency_code" value="EUR" />

<input type="hidden" name="business" value="b.coug_1277121937_biz@gmail.com">

<input type="hidden" name="item_name_1" value="adaddada" />


<input type="hidden" name="amount_1" value="30.00" />

<input type="hidden" name="quantity_1" value="1" />


<input type="hidden" name="item_name_2" value="wuiui" />
<input type="hidden" name="amount_2" value="50.00" />
<input type="hidden" name="quantity_2" value="1" />

<input type="hidden" name="custom" value="19" />

<input type="image" name="submit" border="0"


src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" alt="PayPal -
The safer, easier way to pay online">

</form>
Web

You might also like