zzyycoder / module-wechat-pay
Wechat Payment Gateway
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
README
实现了微信支付native支付流程,有需要的朋友可以基于这个做二次开发。
参考文档:https://developer.adobe.com/commerce/php/development/payments-integrations/
composer安装:composer require zzyycoder/module-wechat-pay
依赖
注意
-
依据官方v2开发文档:https://pay.weixin.qq.com/wiki/doc/api/index.html。
-
依赖的wechatpay/wechatpay是微信官方提供的sdk,有需要可以方便地切换成v3版本的api。(参看Readme)
-
国内微信支付商户号只允许使用CNY下单,magento2的下单默认使用base_currency,因此需要设置base currency为CNY。