paypal自适应支付与沙箱工作正常但不使用真实账户

时间:2014-01-14 18:15:55

标签: paypal

paypal自适应支付与沙箱一起正常工作但不使用真实账户

我猜错了

define('API_ENDPOINT', 'define('API_ENDPOINT', 'https://svcs.paypal.com/'); 

/**
USE_PROXY: Set this variable to TRUE to route all the API requests through proxy.
like define('USE_PROXY',TRUE);
*/
define('USE_PROXY',FALSE);
/**
PROXY_HOST: Set the host name or the IP address of proxy server.
PROXY_PORT: Set proxy port.

PROXY_HOST and PROXY_PORT will be read only if USE_PROXY is set to TRUE
*/
define('PROXY_HOST', '127.0.0.1');
define('PROXY_PORT', '808');


// Ack related and Header constants
define('ACK_SUCCESS', 'SUCCESS');
define('ACK_SUCCESS_WITH_WARNING', 'SUCCESSWITHWARNING');
define('APPLICATION_ID', 'APP-80W284485P519543T');
define('DEVICE_ID','mydevice');
define('PAYPAL_REDIRECT_URL', 'https://www.paypal.com/webscr&cmd='); "

非常感谢所有评论

0 个答案:

没有答案
相关问题