We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e6bb8 commit 22506b7Copy full SHA for 22506b7
cuenca/__init__.py
@@ -4,6 +4,7 @@
4
'Account',
5
'Arpc',
6
'BalanceEntry',
7
+ 'BankAccountValidations',
8
'BillPayment',
9
'Card',
10
'CardActivation',
@@ -49,6 +50,7 @@
49
50
ApiKey,
51
Arpc,
52
BalanceEntry,
53
+ BankAccountValidations,
54
BillPayment,
55
Card,
56
CardActivation,
cuenca/resources/__init__.py
@@ -83,8 +83,8 @@
83
84
Account,
85
86
- BankAccountValidations,
87
88
89
90
0 commit comments