Skip to content

Conversation

@joshpensky
Copy link
Contributor

Why

Fixes a bug where CVC validation fails automatically when card number validation fails

Since CVC validation is based on card number, we should wait until the card number is valid first

Before

Screen.Recording.2026-02-02.at.16.41.14.mov

After

Screen.Recording.2026-02-02.at.16.40.37.mov

How

  • Update CVC validation to skip validation if cardValidation.isValid is false

@joshpensky joshpensky self-assigned this Feb 2, 2026
@joshpensky joshpensky requested a review from a team as a code owner February 2, 2026 16:42
@joshpensky joshpensky added the bug Something isn't working label Feb 2, 2026
@changeset-bot
Copy link

changeset-bot bot commented Feb 2, 2026

🦋 Changeset detected

Latest commit: a763cbe

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
@evervault/card-validator Minor
@evervault/ui-components Patch
@evervault/react-native Patch
@evervault/evervault-react-native Patch
shared Patch
@evervault/ui-components-e2e-tests Patch
evervault-expo-example Patch
react-native-example Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Development

Successfully merging this pull request may close these issues.

3 participants