Skip to content
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

FIX: wrong class selector in credit card plugin #101

Open
wants to merge 1 commit into
base: SW6.6
Choose a base branch
from

Conversation

r4pt0s
Copy link

@r4pt0s r4pt0s commented Oct 21, 2024

Description

Currently, if there is a error in the credit card component happening while a customer fills out the credit card data, no error message gets shown.

Steps to reproduce it

  • Go to checkout
  • Fill out the Credit Card Holder wrong on purpose (like adding a german umlaut äöü)

What should happen

Showing a error message that the credit card holder data is wrong with appropriate styling of the input field

What actually happens

The input field gets highlighted in red but no error message is visible.
A javascript error gets thrown in dev tools console

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant