Franz Holzinger

Verse of the day

Denn es ist ein Gott und ein Mittler zwischen Gott und den Menschen, nämlich der Mensch Christus Jesus, der sich selbst gegeben hat für alle zur Erlösung, daß solches zu seiner Zeit gepredigt würde;
1 Timotheus 2:5-6

© Bible Gateway's Verse of the Day


Specific Gateway Extensions
 
 
Parameter 'return'
 
autor: Meik Gräbner Datum: 26-05-12 22:03:15
 
So sieht das Form aus, welches die Daten an Paypal gibt. Der Parameter 'return' ist meiner Meinung nach richtig gesetzt. Oder übersehe ich was?

<form action="https://www.sandbox.paypal.com/de/cgi-bin/webscr" method="post" autocomplete="off" name="connectForm">
<!-- <input type="submit" name="pay" value="Bezahlung via PayPal Website Payments Standard" />&nbsp;&nbsp; -->
<input type="submit" name="pay" value="Bezahlung via Paypal">&nbsp;&nbsp;
<input name="currency_code" type="hidden" value="EUR">
<input name="return" type="hidden" value="http://www.meinedomain.net/index.php?id=basketfinal&amp;tt_products%5Bactivity%5D%5Bverify%5D=1&amp;tt_products%5BbackPID%5D=28&amp;tt_products%5Bproduct%5D=8">
<input name="cancel_return" type="hidden" value="http://www.meinedomain.net/index.php?id=basketcheck&amp;tt_products%5BbackPID%5D=28&amp;tt_products%5Bproduct%5D=8">
<input name="upload" type="hidden" value="1">
<input name="business" type="hidden" value="seller_1336145344_biz@meinedomain.de">
<input name="invoice" type="hidden" value="70">
<input name="custom" type="hidden" value="transactor_paypal#1df9c3c631f4066333038e98595b6ea8">
<input name="cmd" type="hidden" value="_cart">
<input name="item_name_1" type="hidden" value="Produkt A">
<input name="quantity_1" type="hidden" value="1">
<input name="amount_1" type="hidden" value="15.97">
<input name="taxpercent_1" type="hidden" value="0.00">
<input name="tax_1" type="hidden" value="3.03">
<input name="totaltax_1" type="hidden" value="19">
<input name="item_number_1" type="hidden" value="0002">
<input name="on3_1" type="hidden" value="Note">
<input name="os3_1" type="hidden" value="Test">
<input name="address1" type="hidden" value="Mustergasse 1">
<input name="first_name" type="hidden" value="Max">
<input name="last_name" type="hidden" value="Mustermann">
<input name="email" type="hidden" value="ich@meinedomain.de">
<input name="phone" type="hidden" value="12345">
<input name="city" type="hidden" value="Musterhausen">
<input name="zip" type="hidden" value="56789">
<input name="country" type="hidden" value="DE">
</form>