php - PayPal Express Checkout won't redirect to Paypal.com -
this website: http://boostingfactory.com/heroes-of-the-storm/rank-boost/
test random checkout , you'll see won't redirect paypal.com
i talked technical support told me module requests token doesn't redirect payment on paypal.com reason.
this module: http://pastebin.com/wbgts35b
what think causing this?
this line particularly:
function redirecttopaypal ( $token ) { global $paypal_url; $paypalurl = $paypal_url . $token; header("location: ".$paypalurl); }
Comments
Post a Comment