gpt4 book ai didi

paypal - 将 Paypal 沙盒账户转换为真实账户

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

我目前正在使用 PayPal 沙盒凭据来测试我的项目。

现在我想将沙箱环境更改为实时环境,我在 c# .Net 中使用 NVP

NVPCallerServices caller = new NVPCallerServices();

IAPIProfile profile = ProfileFactory.createSignatureAPIProfile();

profile.APIUsername = APIUserName;
profile.APIPassword = APIPAssword;
profile.APISignature = APISignature;
**profile.Environment = "live";**
caller.APIProfile = profile;

需要更改的任何其他内容或只需将“沙箱”更改为“实时”即可

问候,

达美什·索兰基

最佳答案

您需要更改环境,并且需要更新您的 API 凭据以反射(reflect)您的真实账户。

关于paypal - 将 Paypal 沙盒账户转换为真实账户,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15905783/

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