Skip to content

Commit 551f190

Browse files
committed
DTPAYWONE-568 add missing webhook groups
1 parent 204eb84 commit 551f190

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

hyperwallet/models.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,11 @@ def __init__(self, data):
895895
'PAYMENTS': Payment,
896896
'BANK_ACCOUNTS': BankAccount,
897897
'PREPAID_CARDS': PrepaidCard,
898-
'USERS': User
898+
'USERS': User,
899+
"BANK_CARDS": BankCard,
900+
"PAYPAL_ACCOUNTS": PayPalAccount,
901+
"PAPER_CHECKS": PaperCheck,
902+
"VENMO_ACCOUNTS": VenmoAccount
899903
}
900904

901905
base, sub = self.type.split('.')[:2]

0 commit comments

Comments
 (0)