Note that there are some explanatory texts on larger screens.

plurals
  1. POPayPal post transaction data not being passed
    primarykey
    data
    text
    <p>Ok, I am at a loss. I am sure there is something really obvious that I am missing, but in testing my transaction in the sandbox, I am not re-directing automatically back to my website, and I am not seeing any data... POST, GET or otherwise. Here is my PayPal form: I have tried Auto Return without PDT, Auto Return with PDT, neither Auto Return or PDT... running out of ideas. </p> <pre><code>&lt;form action="https://www.sandbox.paypal.com" method="get"&gt; &lt;input type="hidden" name="cmd" value="_ext-enter" /&gt; &lt;input type="hidden" name="redirect_cmd" value="_cart" /&gt; &lt;input type="hidden" name="business" value="MichaelsWeddingPhoto@comcast.net" /&gt; &lt;input type="hidden" name="no_shipping" value="1" /&gt; &lt;input type="hidden" name="address_override" value="1" /&gt; &lt;input type="hidden" name="shipping_1" value="10" /&gt; &lt;input type="hidden" name="shipping2_1" value="0" /&gt; &lt;input type="hidden" name="upload" value="1" /&gt; &lt;input type="hidden" name="cn" value="Comments" /&gt; &lt;input type="hidden" name="currency_code" value="USD" /&gt; &lt;input type="hidden" name="lc" value="US" /&gt; &lt;input type="hidden" name="rm" value="1" /&gt; &lt;input type="hidden" name="return" value="https://www.masphotopdx.com/process.php" /&gt; &lt;input type="hidden" name="cancel_return" value="https://www.masphotopdx.com/mas_cart.php" /&gt; &lt;input type="hidden" name="shopping_url" value="http://www.masphotopdx.com/" /&gt; &lt;input type="hidden" name="item_number_1" value="MRS9734" /&gt; &lt;input type="hidden" name="item_name_1" value="MRS9734_unsigned_7Hx11W_Glossy_Paper_$55" /&gt; &lt;input type="hidden" name="amount_1" value="55" /&gt; &lt;input type="hidden" name="quantity_1" value="1" /&gt; &lt;input type="hidden" name="item_number_2" value="MRS1411-13" /&gt; &lt;input type="hidden" name="item_name_2" value="MRS1411-13_unsigned_7Hx11W_Glossy_Paper_$55" /&gt; &lt;input type="hidden" name="amount_2" value="55" /&gt; &lt;input type="hidden" name="quantity_2" value="1" /&gt; &lt;input type="hidden" name="first_name" value="Larry" /&gt; &lt;input type="hidden" name="last_name" value="Smith" /&gt; &lt;input type="hidden" name="address1" value="1421 Pink Park Place" /&gt; &lt;input type="hidden" name="address2" value="" /&gt; &lt;input type="hidden" name="city" value="Los Angeles" /&gt; &lt;input type="hidden" name="state" value="WA" /&gt; &lt;input type="hidden" name="zip" value="99802" /&gt; &lt;input type="hidden" name="email" value="PinkLarry@LAX.com" /&gt; &lt;input type="hidden" name="night_phone_a" value="555" /&gt; &lt;input type="hidden" name="night_phone_b" value="121" /&gt; &lt;input type="hidden" name="night_phone_c" value="2121" /&gt; &lt;table&gt; &lt;tr&gt;&lt;td&gt;&lt;input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" /&gt;&lt;/td&gt;&lt;/tr&gt; </code></pre> <p> </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload