In checkout page,while updating the billing address gives the strange error
Steps to reproduce this error: Select the address from the address drop down and click on update button,it hides the address with same error but when we click on the other payment method it shows this error again
How to fix this ? Magento version using 2.3.4 and PHP Version 7.3.18
1 Answer 1
I was running into this issue on 2.3.6 and I was able to solve it using this:
Magento 2.3.3 Address update at checkout shows some Weird thing
I had to override one of the templates and change one line of code and it was fixed.
pub/static/frontend/[vendor]/[theme]/[lang]/Magento_Checkout/template/billing-address.htmland compare it against this github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/…