/ Published in: PHP
PayPal test account can be created at https://developer.paypal.com/ HTML Variables for Website Payments Standard at https://cms.paypal.com/us/cgi-bin/?&cmd=render-content&contentID=developer/ehowtohtmlAppxwebsitestandard_htmlvariables
Expand |
Embed | Plain Text
'cmd' => '_xclick', 'business' => PAYPAL_BUSINESS, 'item_name' => 'Order '.$order_id, 'item_number' => $order_id, 'amount' => $amount[0].'.'.$amount[1], 'currency_code' => 'EUR', 'button_subtype' => 'services', 'no_shipping' => 1, 'custom' => 'buy_now', 'return' => PAYPAL_RETURN_URL );
You need to login to post a comment.
