We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770ee47 commit b49f54dCopy full SHA for b49f54d
src/validators/card.py
@@ -199,7 +199,7 @@ def mir(value: str, /):
199
"""Return whether or not given value is a valid Mir card number.
200
201
Examples:
202
- >>> mir('2200123456789012')
+ >>> mir('2200123456789019')
203
# Output: True
204
>>> mir('4242424242424242')
205
# Output: ValidationError(func=mir, args={'value': '4242424242424242'})
0 commit comments