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

Checkout validations are not working #1215

Open
JurajVajdaIRobot opened this issue Nov 16, 2024 · 1 comment
Open

Checkout validations are not working #1215

JurajVajdaIRobot opened this issue Nov 16, 2024 · 1 comment

Comments

@JurajVajdaIRobot
Copy link

JurajVajdaIRobot commented Nov 16, 2024

Describe the bug
Validation of input field in checkout is not working.

To Reproduce
Steps to reproduce the behavior:

  1. Go to checkout billing step
  2. select payment method (e.g. stored or scheme..) and leave the fields empty
  3. click on "place order"
  4. No errors are shown under the invalid input fields

Expected behavior
form elements with errors should show error copy text and error styling

Additional context
I think this is related to #1132
where the check if (store.selectedMethod?.node) should be if (store.selectedPayment?.node)

Unless I am missing something this is a bug.

@amihajlovski
Copy link
Contributor

Hey @JurajVajdaIRobot

Thanks for raising this.
We already have investigated something similar internally and will take an action regarding it.

Kind Regards
Aleksandar
Adyeb

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

No branches or pull requests

2 participants