testing - Unable to complete transaction using test account -


i'm unable complete transaction when script connects paypal test environment.

the 'log in complete checkout' page problem occurs. continue receive error message test buyer account. 'please check email address , password , try again'

the email , passwords test accounts i'm entering @ point valid because can log each sandbox account using them. can view of sandbox test accounts , name visible in top right corner of page being actively logged in. can figure out why test accounts not being recognized when try complete transaction?

did make sure indicate paypal using sandbox?

$environment = 'sandbox'; $api_endpoint = "https://api-3t.paypal.com/nvp";     if("sandbox" === $environment || "beta-sandbox" === $environment) {         $api_endpoint = "https://api-3t.$environment.paypal.com/nvp";     } 

Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -