diff --git a/glQiwiApi/qiwi/clients/p2p/methods/create_p2p_bill.py b/glQiwiApi/qiwi/clients/p2p/methods/create_p2p_bill.py index 6d2c6514..dd1b5cb8 100644 --- a/glQiwiApi/qiwi/clients/p2p/methods/create_p2p_bill.py +++ b/glQiwiApi/qiwi/clients/p2p/methods/create_p2p_bill.py @@ -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), diff --git a/pyproject.toml b/pyproject.toml index bddd3910..3807d886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "