Skip to content

Commit

Permalink
Upped SF version to 5.3.1 (#2945)
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord authored Nov 15, 2024
1 parent 30b750d commit e4062fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/olive-ducks-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@adyen/adyen-web': patch
---

Fixed issue where onBlur validation didn't fire if year in expiryDate was just one digit
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const ENCRYPTED_SECURITY_CODE_4_DIGITS = 'encryptedSecurityCode4digits';

export const GIFT_CARD = 'giftcard';

export const SF_VERSION = '5.3.0';
export const SF_VERSION = '5.3.1';

export const DEFAULT_CARD_GROUP_TYPES = ['amex', 'mc', 'visa'];

Expand Down

0 comments on commit e4062fc

Please sign in to comment.