You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: