Skip to content

Commit 8448740

Browse files
authored
Add platform in CardValidation (#295)
* card validation * version * version
1 parent a3e28dc commit 8448740

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cuenca/resources/card_validations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class CardValidation(Creatable):
2525
is_valid_exp_date: Optional[bool]
2626
is_pin_attempts_exceeded: bool
2727
is_expired: bool
28+
platform_id: Optional[str] = None
2829

2930
@classmethod
3031
def create(

cuenca/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.14.0'
1+
__version__ = '0.14.1'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

0 commit comments

Comments
 (0)