From the PayPal MTS Guys. Passing the buck I guess.. GREAT... I guess no one is wrong - and it's the other guys fault type of response...
Mark
-------------------------------------------------------------------|
Hello Mark,
Thank you, this is exactly what I needed. Here is the code that was generated (the HTML code that your PHP code generated):
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input class="primary textbox" type="hidden" name="cmd" value="_xclick">
<input class="primary textbox" type="hidden" name="business" value="mark@indianriverstudio.com">
<input class="primary textbox" type="hidden" name="item_name" value="Hoyer Lift - Manual never used">
<input class="primary textbox" type="hidden" name="item_number" value="96c9cf2c34eadecf03cdd2ef14d4f552" />
<input class="primary textbox" type="hidden" name="amount" value="550">
<input class="primary textbox" type="hidden" name="quantity" value="1">
<input class="primary textbox" type="hidden" name="shipping" value="0.00" />
<input class="primary textbox" type="hidden" name="return" value="http://www.incontinencenet.com/mp/payment_verification.php">
<input class="primary textbox" type="hidden" name="cancel_return" value="http://www.incontinencenet.com/mp/payment_verification.php" />
<input class="primary textbox" type="hidden" name="notify_url" value="http://www.incontinencenet.com/mp/payment_verification.php" />
<input class="primary textbox" type="hidden" name="custom" value="mrmark" />
<input class="primary textbox" type="hidden" name="cbt" value="IncontinenceNET.com" />
<input class="primary textbox" type="hidden" name="txn_type" value="cart" />
<input class="primary textbox" type="hidden" name="rm" value="2">
<input class="primary textbox" type="hidden" name="image_url" value="http://www.incontinencenet.com/mp/images/mplogo-pp.jpg">
<input class="primary textbox" type="hidden" name="currency_code" value="USD">
<div align="center"><input class="primary textbox" type="submit" value="Proceed to payment"></div>
</form>
This is working correctly, because when I click the "Cancel and return to...." link during the checkout, it takes me to
http://www.incontinencenet.com/mp/pa...rification.php as expected (which incedently shows as a blank white page).