Skip to content

Commit

Permalink
feat(payment): INT-2432 Addressed last comment from Luis
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Lopez committed Mar 31, 2020
1 parent f539757 commit 81c4ddc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/payment/paymentMethod/AdyenV2CardValidation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ const AdyenV2CardValidation: React.FunctionComponent<AdyenV2CardValidationProps>
'form-field',
'form-field--ccNumber',
{ 'form-field--ccNumber--hasExpiryDate': paymentMethodType === 'bcmc' },
// This div is hiding by CSS because there is an Adyen library in
// checkout-sdk which mounts verification fields and if is removed with JS this mounting event will be thrown an error
{ 'form-field-ccNumber--hide': !shouldShowNumberField }
) }
>
Expand Down

0 comments on commit 81c4ddc

Please sign in to comment.