-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Customer address is duplicated after setBillingAddressOnCart GraphQL mutation. #26884
Comments
Hi @Mavlyan. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @Mavlyan do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-Bravo. Thank you for working on this issue.
|
✅ Confirmed by @engcom-Bravo Issue Available: @engcom-Bravo, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @prabhuram93. Thank you for working on this issue.
|
Hi @Mavlyan! Our team has started working on this in the scope of MC-31586. |
Hi @Mavlyan, @prabhuram93. Thank you for your report and collaboration! The issue was fixed by Magento team. The fix was delivered into
The fix will be available with the upcoming |
Preconditions (*)
Steps to reproduce (*)
Do all steps via GQL:
setBillingAddressOnCart
mutation).Important: save_in_address_book: true
After this step customer address appears in customer_address_entity table.
Class
\Magento\QuoteGraphQl\Model\Cart\Address\SaveQuoteAddressToCustomerAddressBook
do that.Expected result (*)
Actual result (*)
Additional info
Please, feel free to use the GraphQL Checkout tutorial to reproduce the issue
The text was updated successfully, but these errors were encountered: