zzyycoder/module-wechat-pay

Wechat Payment Gateway

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.0 2023-07-17 11:30 UTC

This package is auto-updated.

Last update: 2024-04-27 10:17:38 UTC


README

实现了微信支付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。