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: set unique ids for form fields in payment components #586

Conversation

rinkeshrsys
Copy link
Contributor

PR Type

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build-related changes
[ ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructure changes
[ ] Other:

What Is the Current Behavior?

After loading the checkout payment page there are console warnings concerning duplicate ids 'month' and 'year' if Cybersource and concardis creditcards are eligible as payment methods.

What Is the New Behavior?

Unique ids are used, eg.e. concardis_creditcard_month, there are no console warnings

[ ] Yes
[x] No

Other Information

see also tickets ISCS-67 and CONCARDIS-398.

@SGrueber SGrueber self-requested a review March 1, 2021 12:56
@SGrueber SGrueber added this to the 0.28 milestone Mar 1, 2021
@SGrueber SGrueber linked an issue Mar 1, 2021 that may be closed by this pull request
@SGrueber SGrueber changed the title feat:set unique ids for form fields in payment components fix: set unique ids for form fields in payment components Mar 1, 2021
@SGrueber SGrueber merged commit 832cdba into intershop:develop Mar 1, 2021
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

Successfully merging this pull request may close these issues.

Use Unique Ids for form fields in payment components
2 participants