微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

PHP-在Magento 1.14中的Paypal GetExpressCheckoutDetails响应中缺少SHIPTONAME数组元素

我们遇到了一个不一致但频繁(每天大约一个)的问题,其中GetExpressCheckoutDetails调用的响应缺少SHIPTONAME和PAYMENTREQUEST_0_SHIPTONAME数组元素.存在所有其他“ SHIP …”和“ PAYMENTREQUEST_0_SHIP …”值.以下是示例响应的摘要

        [FirsTNAME] => Redacted
        [LASTNAME] => Redacted
        [COUNTRYCODE] => AU
        [SHIPTOSTREET] => 29 Redacted Road
        [SHIPTOCITY] => Redacted Town
        [SHIPTOSTATE] => New South Wales
        [SHIPTOZIP] => 2321
        [SHIPTOCOUNTRYCODE] => AU
...
        [PAYMENTREQUEST_0_SHIPPINGAMT] => 9.05
        [PAYMENTREQUEST_0_HANDLINGAMT] => 0.00
        [PAYMENTREQUEST_0_TAXAMT] => 19.06
        [PAYMENTREQUEST_0_SHIPTOSTREET] => 29 Redacted Road
        [PAYMENTREQUEST_0_SHIPTOCITY] => Redacted Town
        [PAYMENTREQUEST_0_SHIPTOSTATE] => New South Wales
        [PAYMENTREQUEST_0_SHIPTOZIP] => 2321
        [PAYMENTREQUEST_0_SHIPTOCOUNTRYCODE] => AU

客户已从其Paypal帐户提供了屏幕截图,以证明提供了发货名称(和地址).我们无法重现此问题.任何指针表示赞赏.

解决方法:

显然,这是贝宝本身的问题.我们收到了以下回复

My name is REDACTED from PayPal merchant technical support. I understand that you are having a problem missing SHIPTONAME value and that causing you unable to supplied shipping information to your client. At the meantime, this issue was a well kNown issue at our end and we’re still collecting data to resolve this issue. I will get back to you and give you an update once this problem solve by our developers. I apologize for any inconvenience caused.

Merchant Technical Support

PayPal, an eBay Company

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐