gpt4 book ai didi

php - Paypal:客户端身份验证失败

转载 作者:行者123 更新时间:2023-12-03 22:49:57 27 4
gpt4 key购买 nike

试图让我的 Paypal REST api 网站上线。它在沙盒模式下运行良好,具有经过验证的传输。

当我为实时客户端 ID 和 key 切换沙箱时,出现错误

{"error":"invalid_client","error_description":"Client Authentication failed"}   

我检查并确保我的代码应该上线
$apiContext = new \PayPal\Rest\ApiContext(
new \PayPal\Auth\OAuthTokenCredential(
PP_CLIENT_ID , // ClientID
PP_CLIENT_SECRET // ClientSecret
)
);

// setting mode to live
// https://github.com/paypal/PayPal-PHP-SDK/wiki/Going-Live

$apiContext->setConfig([
'mode' => 'live',
]);

通过 wp_ajax 运行它

任何帮助,将不胜感激!谢谢!

2/5/2019:似乎其他人遇到了这个问题: https://github.com/paypal/PayPal-PHP-SDK/issues/435

也是我错过的关于 StackOverflow 的同样问题......也没有答案。
PayPal App works perfectly as Sandbox, Client Authentication failed on Live: list of steps to check?

最佳答案

尝试改变return new SandboxEnvironment($clientId, $clientSecret);
return new ProductionEnvironment($clientId, $clientSecret);在您的 PayPalClient.php 类中

关于php - Paypal:客户端身份验证失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54511617/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com