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
{{ message }}
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.
When AvaTax address validation is enabled, if a customer with no saved addresses checks out using the same address for billing and shipping, the result will be the creation of two separate (but identical) address entries for the customer.
Preconditions
Magento 2.x
AvaTax extension is installed with address validation enabled
Steps to reproduce
Create a new customer account, but do not add any addresses to the account
Add item(s) to cart and proceed to checkout
Provide a shipping address and allow Magento to use the same address for billing
Place order
Expected result
A single address entry will be created for the customer
Actual result
The provided address is saved twice, as two separate address entities; once as the default shipping address and once as the default billing address.
This results in the availability of two identical address choices when the customer checks out with their next order.
The text was updated successfully, but these errors were encountered:
@VolodymyrEl - I have not had the opportunity to start digging into this yet. If you have the ability to create a solution, feel free to submit a PR back to the repo and we will review and include your changes in the codebase as appropriate.
When AvaTax address validation is enabled, if a customer with no saved addresses checks out using the same address for billing and shipping, the result will be the creation of two separate (but identical) address entries for the customer.
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: