paypal自适应支付在沙箱中运行良好,但在real account中不起作用

paypal自适应支付在沙箱中运行良好,但在real account中不起作用,paypal,Paypal,paypal自适应支付在沙箱中运行良好,但在real account中不起作用 我想我有点不对劲 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); */ def

paypal自适应支付在沙箱中运行良好,但在real account中不起作用

我想我有点不对劲

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='); "

非常感谢所有评论

需要知道您收到了什么错误、您发送了什么请求、您得到了什么回复等。如果没有任何详细信息,将无法帮助您。API回复返回浏览器仅“失败”嘿,您没有帮助我们帮助您。失败告诉我什么。您能否提供正在发送和返回的实际API请求和响应?