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

相关文章

统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...
统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...
前言 之前做了微信登录,所以总结一下微信授权登录并获取用户...
FastAdmin是我第一个接触的后台管理系统框架。FastAdmin是一...
之前公司需要一个内部的通讯软件,就叫我做一个。通讯软件嘛...
统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...