hyva-themes / magento2-react-checkout

Highly Customizable Checkout for Magento 2, Built with React.
BSD 3-Clause "New" or "Revised" License
178 stars 53 forks source link

Local storage: is_billing_same_as_shipping is always true in guest checkout #351

Closed rajeev-k-tomy closed 7 months ago

rajeev-k-tomy commented 1 year ago

It seems that the local storage initialization sets hyva_checkout.is_billing_same_as_shipping data always true in the guest checkout flow. This should not be like that, it should be set according to the quote billling and shipping address status.