dphinteg / webhook
DPH webhook 模块
1.0.0
2021-03-30 12:31 UTC
Requires
- php: ~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0
- dphinteg/customcheckoutfields: 1.0.0
- dphinteg/dphcustomshipping: 1.0.0
- dphinteg/dphshipping: 1.0.0
- magento/framework: 100.0.*|100.1.*|101.0.*|102.0.*|103.0.*
- magento/module-backend: 100.0.*|100.1.*|100.2.*|101.0.*|102.0.*
- magento/zendframework1: ~1.14.2
README
如何安装和升级 DphInteg_Webhook
1. 通过 composer 安装(推荐)
我们建议您通过 composer 安装 DphInteg_Webhook 模块。它易于安装、更新和维护。
在 Magento 2 根目录下运行以下命令。
1.1 安装
composer require dphinteg/webhook
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
``
#### 1.2 Upgrade (Optional)
composer update dphinteg/webhook php bin/magento setup:upgrade php bin/magento setup:static-content:deploy
Run compile if your store in Product mode:
php bin/magento setup:di:compile
### 2. Copy and paste
If you don't want to install via composer, you can use this way.
- Download [the latest version here](https://github.com/dphinteg/webhook/archive/master.zip)
- Extract `master.zip` file to `app/code/DphInteg/Webhook` ; You should create a folder path `app/code/DphInteg/Webhook` if not exist.
- Go to Magento root folder and run upgrade command line to install `DphInteg_Webhook`:
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy
### How to see the configuration
- 进入后台
在 Magento 管理面板中,您导航到 Stores -> Configuration -> Advanced -> System -> DPH Webhook 配置
设置您的 webhook 配置