Skip to content

Commit

Permalink
Merge pull request minibear2021#15 from loethen/patch-1
Browse files Browse the repository at this point in the history
创建优惠券批次参数错误
  • Loading branch information
minibear2021 authored Apr 4, 2022
2 parents 263ef95 + 1c641c6 commit f48c386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wechatpayv3/marketing.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def marketing_favor_stock_create(self,
else:
raise Exception('stock_type is not assigned.')
if out_request_no:
params.update({out_request_no: out_request_no})
params.update({'out_request_no': out_request_no})
else:
raise Exception('out_request_no is not assigned.')
if no_cash:
Expand Down

0 comments on commit f48c386

Please sign in to comment.