Skip to content

Commit

Permalink
修复未导入撤销付款码支付订单接口bug
Browse files Browse the repository at this point in the history
  • Loading branch information
minibear2021 committed May 22, 2024
1 parent f717743 commit 887381c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.2.52] - 2024-05-22

### Fixed

- 修复未导入撤销付款码支付订单接口bug

## [1.2.51] - 2024-04-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="wechatpayv3",
version="1.2.51",
version="1.2.52",
author="minibear",
description="微信支付 API v3 Python SDK(python sdk for wechatpay v3)",
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion wechatpayv3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def decrypt(self, ciphtext):
profitsharing_unfreeze)
from .smartguide import (guides_assign, guides_query, guides_register,
guides_update)
from .transaction import (abnormal_refund, close, combine_close,
from .transaction import (abnormal_refund, close, codepay_reverse, combine_close,
combine_pay, combine_query, download_bill,
fundflow_bill, pay, query, query_refund, refund,
submch_fundflow_bill, trade_bill)
Expand Down

0 comments on commit 887381c

Please sign in to comment.