paymee / core
Paymee API Magento 2 集成
dev-main
2023-03-14 17:29 UTC
Requires
- php: >=5.5
This package is not auto-updated.
Last update: 2024-09-21 23:53:08 UTC
README
英文文档
此插件允许您将您的 Magento 2.x 商店与 PayMee API 集成。
银行
- 001 - 巴西银行 S.A
- 033 - 拉丁美洲桑坦德银行 S.A
- 077 - 巴西 Inter 银行 S.A
- 104 - 巴西经济与社会发展银行
- 212 - 巴西 Original 银行 S.A
- 237 - 巴西布拉德斯科银行 S.A
- 341 - 巴西 Itaú-Unibanco S.A
- 其他银行
- PIX
集成要求
通过 Composer 安装
Open your Magento 2.x composer.json file, change `minimum-stability` to `dev`
Example: `"minimum-stability": "dev",`
After run:
$ composer require paymee/core
$ rm -rf pub/static/*
$ php bin/magento setup:upgrade;
$ php bin/magento setup:di:compile;
$ php bin/magento setup:static-content:deploy -f
$ php bin/magento cache:clean;
$ php bin/magento cache:flush;
通过上传安装
Download files from this repository
Create in your store root the folder: app/code/Paymee/Core/
Paste all files and folders
Run commands:
$ rm -rf pub/static/*
$ php bin/magento setup:upgrade;
$ php bin/magento setup:di:compile;
$ php bin/magento setup:static-content:deploy -f
$ php bin/magento cache:clean;
$ php bin/magento cache:flush;
API 参考
https://documenter.getpostman.com/view/3199663/RWM6zDGc?version=latest