Skip to content

Commit 74172f5

Browse files
committed
✨ Bump version and update default pay_source_filter which is now contains card method also by default
1 parent b2232e0 commit 74172f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

glQiwiApi/qiwi/clients/p2p/methods/create_p2p_bill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class CreateP2PBill(QiwiAPIMethod[Bill]):
2323
'expirationDateTime': RuntimeValue(default_factory=get_default_bill_life_time),
2424
'comment': RuntimeValue(mandatory=False),
2525
'customFields': {
26-
'paySourcesFilter': RuntimeValue(default=['qw']),
26+
'paySourcesFilter': RuntimeValue(default=['qw', 'card']),
2727
'themeCode': RuntimeValue(default='Yvan-YKaSh'),
2828
},
2929
'customer': RuntimeValue(mandatory=False),

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "glQiwiApi"
3-
version = "2.17.3"
3+
version = "2.18.0"
44
description = "The ultrarapid and multifunctional wrapper over QIWI and YooMoney"
55
authors = [
66
"Glib Garanin <[email protected]>"

0 commit comments

Comments
 (0)