We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe your issue here, include schemas and inputs you are validating if needed.
let schema = Joi.string().creditCard() schema.validate('4111111111111111')
{ error: null, value: null }
{ error: null, value: '4111111111111111' }
The text was updated successfully, but these errors were encountered:
8c84c90
Merge pull request #949 from chamini2/patch-1
4382fc1
Returning credit card number when is valid, fixes #948
No branches or pull requests
Context
What are you trying to achieve or the steps to reproduce ?
Describe your issue here, include schemas and inputs you are validating if needed.
Which result you had ?
What did you expect ?
The text was updated successfully, but these errors were encountered: