Skip to content

Commit 9444415

Browse files
committed
pin tries in card-validation
1 parent 531ffc1 commit 9444415

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
@@ -26,6 +26,7 @@ class CardValidation(Creatable):
2626
is_valid_pin_block: Optional[bool]
2727
is_valid_exp_date: Optional[bool]
2828
is_expired: bool
29+
is_pin_tries_exceeded: bool
2930

3031
@classmethod
3132
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.7.8.dev3'
1+
__version__ = '0.7.8.dev4'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

0 commit comments

Comments
 (0)