Skip to content

Commit

Permalink
Update marketing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
loethen authored Apr 4, 2022
1 parent 263ef95 commit 1c641c6
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 1c641c6

Please sign in to comment.