gpt4 book ai didi

ios - 批准的 PayPal SDK 付款不会出现在沙盒仪表板上

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:06:52 26 4
gpt4 key购买 nike

didCompletePayment 委托(delegate)方法确认我的付款状态已获批准:

CurrencyCode: USD
Amount: 1.95
Short Description: avocado
Intent: sale
Processable: Already processed
Display: $1.95
Confirmation: {
client = {
environment = mock;
"paypal_sdk_version" = "2.8.3";
platform = iOS;
"product_name" = "PayPal iOS SDK";
};
response = {
"create_time" = "2015-02-10T16:17:43Z";
id = "PAY-NONETWORKPAYIDEXAMPLE123";
intent = sale;
state = approved;
};
"response_type" = payment;
}
Details: (null)
Shipping Address: (null)
Invoice Number: (null)
Custom: (null)
Soft Descriptor: (null)
BN code: (null)

但是,当我访问 Developer.PayPal.com 上的仪表板时,我的交易页面上没有任何显示。

关于我可能遗漏或做错了什么的想法?此时付款是否已完全验证,还是我必须在服务器上执行更多逻辑来验证它?在我创建付款并在委托(delegate)回调中获取其信息之前,我已经获得了不记名访问 token ,但我不确定我应该用这个 token 做什么。

谢谢,

最佳答案

好吧,我意识到我做错了什么。

我以前用过:

        PayPalMobile.preconnectWithEnvironment(PayPalEnvironmentNoNetwork)

但需要使用:

        PayPalMobile.preconnectWithEnvironment(PayPalEnvironmentSandbox)

希望这对使用适用于 iOS 的 PayPal SDK 的其他人有所帮助。

关于ios - 批准的 PayPal SDK 付款不会出现在沙盒仪表板上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28437569/

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