Skip to content

Commit

Permalink
Merge pull request #39 from hyperwallet/fix/Add-fields-payments-bankc…
Browse files Browse the repository at this point in the history
…ards

Adding fields to Payments and Bankcards
  • Loading branch information
akalichety-hw authored Oct 13, 2020
2 parents 5398b74 + e03aa56 commit 2864551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hyperwallet/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ def __init__(self, data):
'cardNumber': None,
'cardType': None,
'cvv': None,
'processingTime': None,
'dateOfExpiry': None,
}

Expand Down Expand Up @@ -524,6 +525,7 @@ def __init__(self, data):
'programToken': None,
'purpose': None,
'releaseOn': None,
'expiresOn': None,
'status': None,
'token': None
}
Expand Down

0 comments on commit 2864551

Please sign in to comment.