-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
card_stop adding credit/debit class to non-cards #2465
card_stop adding credit/debit class to non-cards #2465
Conversation
🦋 Changeset detectedLatest commit: 1c3fe6b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
Size Change: +149 B (0%) Total Size: 1.09 MB
ℹ️ View Unchanged
|
SonarCloud Quality Gate failed.
|
Summary
For all
PaymentMethodItems
we were adding a classadyen-checkout__payment-method--{fundingSource}
(wherefundingSource
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.
Tested scenarios
adyen-checkout__payment-method--credit
no longer added to non-card PMs