Paypal支付
if (!function_exists('new_post_paypal'))
{
/**
* paypal 支付
*/
function new_post_paypal($paypal, $title, $order)
{
$paypal_url = 'https://www.paypal.com/cgi-bin/webscr';
$hb = 'USD';
$url = url('home/Index/paypal_returns', '', true, true) ...