Files
adyen-web/.changeset/cool-hotels-remember.md
sponglord f461447e8b card_stop adding credit/debit class to non-cards (#2465)
* card_stop adding credit/debit class to non-cards

* Adding changeset file
2023-11-23 14:09:53 +01:00

319 B

@adyen/adyen-web
@adyen/adyen-web
patch

For all PaymentMethodItems we were adding a class adyen-checkout__payment-method--{fundingSource} (where fundingSource was either "credit" or "debit")

This is meant to be a Card PM specific class to indicate, in the paymentMethods list, whether the card is a credit or debit card.