PHP Classes

paypal express test

Recommend this page to a friend!

      Aktive Merchant  >  All threads  >  paypal express test  >  (Un) Subscribe thread alerts  
Subject:paypal express test
Summary:paypal express test
Messages:1
Author:teo teo
Date:2016-01-11 22:24:11
 

  1. paypal express test   Reply   Report abuse  
Picture of teo teo teo teo - 2016-01-11 22:24:11
hi Andreas,
i try to test the paypal express, i have copy the folder to my server, i have set my username - pass - and sign but it looks that the script stuck after this

$gateway = new PaypalExpress(
array(
'login' => PAYPAL_LOGIN,
'password' => PAYPAL_PASS,
'signature' => PAYPAL_SIG,
'currency' => 'USD'
)
);