We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e28dc commit 8448740Copy full SHA for 8448740
cuenca/resources/card_validations.py
@@ -25,6 +25,7 @@ class CardValidation(Creatable):
25
is_valid_exp_date: Optional[bool]
26
is_pin_attempts_exceeded: bool
27
is_expired: bool
28
+ platform_id: Optional[str] = None
29
30
@classmethod
31
def create(
cuenca/version.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.14.0'
+__version__ = '0.14.1'
2
CLIENT_VERSION = __version__
3
API_VERSION = '2020-03-19'
0 commit comments