Skip to content

zzyycoder/mage2-wechatpay

Repository files navigation

Magento2 微信支付网关集成

实现了微信支付native支付流程,有需要的朋友可以基于这个做二次开发。

checkout order

参考文档:https://developer.adobe.com/commerce/php/development/payments-integrations/

composer安装:composer require zzyycoder/module-wechat-pay

依赖

注意

  1. 依据官方v2开发文档:https://pay.weixin.qq.com/wiki/doc/api/index.html。

  2. 依赖的wechatpay/wechatpay是微信官方提供的sdk,有需要可以方便地切换成v3版本的api。(参看Readme

  3. 国内微信支付商户号只允许使用CNY下单,magento2的下单默认使用base_currency,因此需要设置base currency为CNY。