Magento 2 - Paypal 重复订单问题修复

Magento 2 - Paypal duplicate orders issue fix

我一直在寻找解决以下问题的方法bug in magento 2

This solution seems to be promising. However, I'm not sure how to install this fix after looking at the github repository.

我尝试与开发人员取得联系,但没有成功。我认为这可能只是一个扩展,但我不确定。如果有人可以向我提供有关如何安装它的相关教程,将不胜感激。

要安装扩展:

首先,创建目录 <your_magento_dir>/app/code/Skynix/PaypalDuplicatedOrders 并将文件从 Github 复制到该目录

然后在 CLI 中使用以下命令:

  1. bin/magento module:enable Skynix_PaypalDuplicateOrders
  2. bin/magento setup:upgrade
  3. bin/magento setup:di:compile
  4. bin/magento cache:flush

这应该可以解决问题。