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

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -