We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c67b50 commit 8ef8319Copy full SHA for 8ef8319
requirements.txt
@@ -1,3 +1,3 @@
1
requests==2.25.1
2
-cuenca-validations==0.9.3
+cuenca-validations==0.9.8.dev1
3
dataclasses>=0.7;python_version<"3.7"
tests/resources/test_card_validations.py
@@ -13,7 +13,7 @@ def test_card_validations():
13
exp_month=2,
14
exp_year=25,
15
pin_block='BDIEHA38457W',
16
- pin_tries_exceeded_offline=False
+ pin_tries_exceeded_offline=False,
17
)
18
validation = CardValidation.create(**card_data)
19
assert validation.is_active
0 commit comments