Skip to content
New issue

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

Card object's Cvv2 removes initial 0s making it impossible to create cards with security codes with leading 0s #4

Open
ikenaerion opened this issue Apr 10, 2019 · 0 comments

Comments

@ikenaerion
Copy link

When I try to run CreateTokenFromCard, and use a card initialized with a Cvv2 of 0xx 00x or 000, (the third one being a real Cvv2), the function throws an exception with the description reading "Cvv2 must be three digits"
Cvv2 field should probably not be an int, but a string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant