Skip to content

Commit

Permalink
✨ Bump version and update default pay_source_filter which is now co…
Browse files Browse the repository at this point in the history
…ntains `card` method also by default
  • Loading branch information
GLEF1X committed Nov 7, 2022
1 parent b2232e0 commit 74172f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glQiwiApi/qiwi/clients/p2p/methods/create_p2p_bill.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class CreateP2PBill(QiwiAPIMethod[Bill]):
'expirationDateTime': RuntimeValue(default_factory=get_default_bill_life_time),
'comment': RuntimeValue(mandatory=False),
'customFields': {
'paySourcesFilter': RuntimeValue(default=['qw']),
'paySourcesFilter': RuntimeValue(default=['qw', 'card']),
'themeCode': RuntimeValue(default='Yvan-YKaSh'),
},
'customer': RuntimeValue(mandatory=False),
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "glQiwiApi"
version = "2.17.3"
version = "2.18.0"
description = "The ultrarapid and multifunctional wrapper over QIWI and YooMoney"
authors = [
"Glib Garanin <[email protected]>"
Expand Down

0 comments on commit 74172f5

Please sign in to comment.