You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we enable more than one payment method, there are multiple form elements with the same ID #payment-form:
[DOM] Found 2 elements with non-unique id #payment-form: (More info: https://goo.gl/9p2vKq) <form id="payment-form" method="POST" action="javascript:alert('Should%20use%20the%20PayPal%20wallet%20button%20');">… <form id="payment-form" method="POST" action="javascript:alert('Should%20use%20the%20SEPS%20payment%20button');">…
Can you please fix that?
Expected behavior
No response
Steps to reproduce
Enable a second payment method and look into the browser console
PrestaShop version(s) where the bug happened
8.2
PHP version(s) where the bug happened
8.1
The text was updated successfully, but these errors were encountered:
Describe the bug and add screenshots
If we enable more than one payment method, there are multiple form elements with the same ID #payment-form:
[DOM] Found 2 elements with non-unique id #payment-form: (More info: https://goo.gl/9p2vKq) <form id="payment-form" method="POST" action="javascript:alert('Should%20use%20the%20PayPal%20wallet%20button%20');">… <form id="payment-form" method="POST" action="javascript:alert('Should%20use%20the%20SEPS%20payment%20button');">…
Can you please fix that?
Expected behavior
No response
Steps to reproduce
Enable a second payment method and look into the browser console
PrestaShop version(s) where the bug happened
8.2
PHP version(s) where the bug happened
8.1
The text was updated successfully, but these errors were encountered: