0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
payment_process
/
[
Home
]
File: process_paypal_old.php
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="<?=PAYPALID?>"> <input type="hidden" name="item_name" value="Pimpthatbed - For some, Life is easy"> <input type="hidden" name="item_number" value="Thanks for your order"> <input type="hidden" name="amount" value="<?=$amt_to_pay?>"> <input type="hidden" name="page_style" value="PayPal"> <input type="hidden" name="no_shipping" value="0"> <input type="hidden" name="return" value="<?=SITE_PATH?>index.php?page=checkout_completed"> <input type="hidden" name="cancel_return" value="<?=SITE_PATH?>index.php?page=checkout_unsuccess"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="lc" value="US"> <input type="hidden" name="bn" value="PP-BuyNowBF"> <input type="hidden" name="bn" value="PP-BuyNowBF"> <input type="hidden" name="custom" value="<?=$temptable?>"> <input type="hidden" name="notify_url" value="http://pimpthatbed.com/shop/payment_process/paypal_ipn.php"> <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" width="122" height="47"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form>