We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204eb84 commit 551f190Copy full SHA for 551f190
1 file changed
hyperwallet/models.py
@@ -895,7 +895,11 @@ def __init__(self, data):
895
'PAYMENTS': Payment,
896
'BANK_ACCOUNTS': BankAccount,
897
'PREPAID_CARDS': PrepaidCard,
898
- 'USERS': User
+ 'USERS': User,
899
+ "BANK_CARDS": BankCard,
900
+ "PAYPAL_ACCOUNTS": PayPalAccount,
901
+ "PAPER_CHECKS": PaperCheck,
902
+ "VENMO_ACCOUNTS": VenmoAccount
903
}
904
905
base, sub = self.type.split('.')[:2]
0 commit comments