Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 2864551

Browse files
Merge pull request #39 from hyperwallet/fix/Add-fields-payments-bankcards
Adding fields to Payments and Bankcards
2 parents 5398b74 + e03aa56 commit 2864551

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hyperwallet/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ def __init__(self, data):
292292
'cardNumber': None,
293293
'cardType': None,
294294
'cvv': None,
295+
'processingTime': None,
295296
'dateOfExpiry': None,
296297
}
297298

@@ -524,6 +525,7 @@ def __init__(self, data):
524525
'programToken': None,
525526
'purpose': None,
526527
'releaseOn': None,
528+
'expiresOn': None,
527529
'status': None,
528530
'token': None
529531
}

0 commit comments

Comments
 (0)