【问题标题】:paypal express checkout not sync with magento 2.2.4贝宝快递结帐不与 magento 2.2.4 同步
【发布时间】:2019-01-11 12:35:41
【问题描述】:
  1. 下订单后,关于 Paypal 交易完成的注册通知不会在评论历史记录中自动更新。

  2. 每当我们从 Paypal 退款时,已注册的退款金额通知不会在评论历史记录中自动更新。

  3. 如果订单在下订单时处于“付款审核”状态,那么每当资金从 PayPal 清除时,它应自动更改为“处理中”状态。目前这不是从 PayPal 自动同步的,我们必须点击“获取付款更新”来检查状态。

前提条件 Magento 2.2.4 PHP 7.1.18 PayPal Express 启用结账支付方式(沙盒模式)

复制步骤

步骤:1 在 magento 商店下订单。

步骤:2 转到https://www.sandbox.paypal.com

STEP:3 打开最近的订单记录

STEP:4 签发退款

预期结果 贝宝交易状态在评论历史记录部分的magento admin订单视图页面中维护,并且退款评论应该在评论历史记录部分的订单视图页面上可见。

实际结果 贝宝和magento商店之间没有同步。在 paypal 面板中完成的任何活动,都不会反映在 magento 管理面板中。

在从 paypal expree checkout 下订单时,magento 2.1.7 admin order view page 的截图下方。 enter image description here

【问题讨论】:

    标签: paypal payment-gateway magento2 paypal-ipn


    【解决方案1】:

    我通过更改我的贝宝沙盒帐户中的一些设置来解决我的问题。下面我提到了步骤。

    设置 IPN 侦听器的步骤

    Step1: LogIn with paypal business account at https://www.sandbox.paypal.com 
    
    Step2: In the Profile menu on the top right, click Profile and Settings .
    
    Step3: click My selling tools .
    
    Step4: Click the Update link in the Instant payment notifications row , in the Getting paid and managing my risk section.
    
    Step5: Click Choose IPN Settings to specify your listener's URL and activate the listener.
    
    Step6: Specify the URL for your listener in the Notification URL field .
             i.e servername/paypal/ipn/index. 
    
    Step7: Click Receive IPN messages (Enabled) to enable your listener.
    
    Step8: Click Save .
    
    Step9: Click Back to Profile Summary to return to the Profile after activating your listener. You also can click Edit settings to modify your notification URL or disable your listener. You can click Turn Off IPN to reset your IPN preferences.
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-03-26
      • 2014-09-06
      • 2017-09-26
      • 2015-11-18
      • 2017-11-12
      • 2017-07-15
      • 2011-10-05
      • 2014-02-04
      相关资源
      最近更新 更多