【发布时间】:2016-01-04 22:32:47
【问题描述】:
适用于 .NET 的 PayPal Rest API SDK 的文档表明 payer_info.shipping_address 已弃用/过时。
https://github.com/paypal/PayPal-NET-SDK/blob/develop/Source/SDK/Api/PayerInfo.cs
已过时。使用购买单元中的送货地址。
然后,使用 Get 方法检索付款人的送货地址的正确字段是什么?我没有看到在 Get 方法中返回任何名为 purchase unit 等的字段。
我应该注意,shipping_address 似乎仍然正确填写。
【问题讨论】:
标签: c# .net paypal paypal-rest-sdk