Skip to content

Commit

Permalink
bump to v0.7.10
Browse files Browse the repository at this point in the history
- fix #35, `v2.mmpaymkttransfers.promotion.transfers.post` not works well issue.
  • Loading branch information
TheNorthMemory committed Aug 12, 2021
1 parent f46e3ab commit 551bbbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 变更历史

## v0.7.10 (2021-08-12)
- 修正 [#35 v2付款接口无法使用的问题](https://github.com/TheNorthMemory/wechatpay-axios-plugin/issues/35) ,感谢 @Starrah 报告及PR修正;

## v0.7.9 (2021-07-26)
- 新增 `Hash.equals` 用来判断签名值是否相等;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechatpay-axios-plugin",
"version": "0.7.9",
"version": "0.7.10",
"description": "微信支付APIv2及v3 NodeJS SDK,支持CLI模式请求OpenAPI,支持v3证书下载,v2付款码支付、企业付款、退款,企业微信-企业支付-企业红包/向员工付款,v2&v3 Native支付、扫码支付、H5支付、JSAPI/小程序支付、合单支付...",
"main": "index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 551bbbb

Please sign in to comment.