gpt4 book ai didi

xcode - 如何为 Paypal xcode api 更改 app_id

转载 作者:太空宇宙 更新时间:2023-11-03 16:14:57 24 4
gpt4 key购买 nike

当用户完成付款时,我有一个日志。我需要更改 app_id 但找不到它。

这是我的日志

Here is your proof of payment:

{
client = {
environment = mock;
"paypal_sdk_version" = "1.0.5";
platform = iOS;
"product_name" = "PayPal iOS SDK";
};
payment = {
amount = "1.00";
"currency_code" = USD;
"short_description" = "Hipster t-shirt";
};
"proof_of_payment" = {
"adaptive_payment" = {
"app_id" = "APP-1234567890";
"pay_key" = "AP-70M68096ML426802W";
"payment_exec_status" = COMPLETED;
timestamp = "2013-07-05T02:20:57Z";
};
};
}

Send this to your server for confirmation and fulfillment.

最佳答案

@Lmstart,“APP-1234567890”是您在其“模拟”环境 PayPalEnvironmentNoNetwork 中运行 PayPal iOS SDK 时提供的应用程序 ID。如果您切换到 PayPalEnvironmentSandboxPayPalEnvironmentProduction,您应该会看到与您的应用相对应的应用 ID。

关于xcode - 如何为 Paypal xcode api 更改 app_id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17480365/

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