Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PHP Paypal 商家 SDK。
到目前为止,我已经使用配置文件中的设置来设置端点。我希望能够在我的代码中动态更改端点,这样当我在开发模式下运行时,它将使用沙箱地址,而当我在实时模式下运行时,它将使用产品地址。
我怎样才能做到这一点?
是的,这是可能的。请使用 php 商家 sdk 2.3.* 及以上版本。PayPal PHP SDK 增加了对动态配置的支持,现在您不需要配置文件进行配置。请使用 mode = "sandbox" 或 "live" 选择合适的端点。
有关更多信息,请查看 README.md 或 github 存储库中提供的示例
https://github.com/paypal/merchant-sdk-php