Merge pull request #2186 from Adyen/chore/bump_secured_fields_version

Bumping sf version to 4.5.0
This commit is contained in:
sponglord
2023-05-23 14:33:28 +02:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ export const ENCRYPTED_SECURITY_CODE_4_DIGITS = 'encryptedSecurityCode4digits';
export const GIFT_CARD = 'giftcard';
export const SF_VERSION = '4.4.1';
export const SF_VERSION = '4.5.0';
export const DEFAULT_CARD_GROUP_TYPES = ['amex', 'mc', 'visa'];