paymentez/payment-gateway
最新稳定版本:2.4.0
Composer 安装命令:
composer require paymentez/payment-gateway
包简介
Paymentez integration for Magento 2
README 文档
README
This module is a solution that allows Magento users to easily process payments with Paymentez.
Download and Installation
1. Execute this command for install our package:
Install the latest version. composer require paymentez/payment-gateway
Install a specific version. composer require paymentez/payment-gateway:2.3.1
Once the installation finished, continue with the next commands in your bash terminal.
2. Update dependency injection:
php bin/magento setup:di:compile
3. Update modules registry:
php bin/magento setup:upgrade
Optional.- This command is optional for production environments:
php bin/magento setup:static-content:deploy
Now you can see the Paymentez settings in this path Stores > Configuration > Sales > Payment Methods on your Magento admin dashboard.
Maintenance
If you need update the plugin to latest version execute: composer update paymentez/payment-gateway or composer require paymentez/payment-gateway:2.3.1 for specific version.
Webhook Notifications and Order Updates
Every time a transaction changes their status you will get an HTTP POST request from Paymentez to your webhook.
The URL that will be used for the order updates via webhook is:
https://magentodomain.com/rest/V2/webhook/paymentez
This URL will be configured on Paymentez.
统计信息
- 总下载量: 2.71k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2020-05-02