简体   繁体   English

Magento 2.2 Paypal付款方式选项未在结帐中显示

[英]Magento 2.2 Paypal payment method option not showing in checkout

After upgrade to magento from 2.1.7 to 2.2.1 the paypal method is not showing in payment method list in checkout. 从2.1.7升级到2.2.1到magento后,paypal方法未显示在结帐的付款方法列表中。

main.CRITICAL: PayPal NVP gateway errors: Security header is not valid (#10002: Security error). main.CRITICAL:PayPal NVP网关错误:安全标头无效(#10002:安全错误)。 Correlation ID: 77ca004062046. 相关ID:77ca004062046。 Version: 72.0. 版本:72.0。 [] [] [] []

main.CRITICAL: PayPal gateway has rejected request. main.CRITICAL:PayPal网关已拒绝请求。 Security header is not valid (#10002: Security error). 安全标头无效(#10002:安全错误)。 {"exception":"[object] (Magento\\Framework\\Exception\\LocalizedException(code: 0): PayPal gateway has rejected request. Security header is not valid (#10002: Security error). at /vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php:111)"} {“ exception”:“ [对象](Magento \\ Framework \\ Exception \\ LocalizedException(代码:0):PayPal网关已拒绝请求。安全标头无效(#10002:安全错误)。位于/ vendor / magento / framework /的ObjectManager /工厂/ AbstractFactory.php:111)“}

main.DEBUG: array (
  'url' => 'https://api-3t.paypal.com/nvp',
  'getPalDetails' => 
  array (
    'METHOD' => 'getPalDetails',
    'VERSION' => '72.0',
    'USER' => '****',
    'PWD' => '****',
    'SIGNATURE' => '****',
    'BUTTONSOURCE' => 'Magento_Cart_Community',
  ),
  'response' => 
  array (
    'TIMESTAMP' => '2017-12-18T09:39:49Z',
    'CORRELATIONID' => '77ca004062046',
    'ACK' => 'Failure',
    'VERSION' => '72.0',
    'BUILD' => '39206242',
    'L_ERRORCODE0' => '10002',
    'L_SHORTMESSAGE0' => 'Security error',
    'L_LONGMESSAGE0' => 'Security header is not valid',
    'L_SEVERITYCODE0' => 'Error',
  ),
) [] []

PayPal all-in-one solution I have enable in payment method. 我在付款方式中启用了贝宝多合一解决方案。

请确保您启用贝宝解决方案,并在贝宝的预先设置上检查贝宝计费协议解决方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 PayPal Hosted Pro-错误处理付款(Amasty Checkout-Magento 1.9.1) - PayPal Hosted Pro - Error Processing Payment (Amasty Checkout - Magento 1.9.1) Magento在结帐后使用自定义付款方式处理付款 - Magento process payment after checkout for custom payment method 如何在OpenCart结帐时使PayPal标准付款选项可见 - How to make paypal standard payment option visible while checkout in opencart Paypal付款方式不提供信用卡选项 - No Credit card option with paypal payment method Magento - OnePage Checkout - 根据送货方式隐藏付款方式 - Magento - OnePage Checkout - Hide Payment method depending on Shipping Method Magento添加折扣实用显示贝宝结帐时出错 - Magento Add Discount Pragmatically Showing Error On Paypal Checkout Magento安全交易支付方式需要持有支付选项 - Magento secure trading payment method need to hold a payment option 应该启用Magento付款方式,但不显示在前端(结帐页面)中吗? - Magento Payment method is should be enable but its not display in Frontend(checkout page)? 如何在启用了一页结帐的情况下在Magento上隐藏信用卡付款方式? - How to hide Credit Card Payment Method on Magento with Onepage Checkout enable? PayPal付款页面credicard选项未显示在webview android中 - Paypal payment page credicard option not showing in webview android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM