-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: CustomerGraphQlComponent: GraphQLGraphQLGraphQLFixed in 2.4.xThe issue has been fixed in 2.4-develop branchThe issue has been fixed in 2.4-develop branchIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentReported on 2.3.4Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branch
Description
Preconditions (*)
- Magento 2.3.4
Steps to reproduce (*)
Do all steps via GQL:
- Authorize ( generateCustomerToken mutation)
- Create cart (customerCart query)
- Add product to cart (addSimpleProductsToCart mutation)
- Set billing address (
setBillingAddressOnCart
mutation).
Important: save_in_address_book: true
input:{
cart_id:"cart_id"
billing_address:{
address:{
...
save_in_address_book:true
}
same_as_shipping:true
}
}
After this step customer address appears in customer_address_entity table.
Class \Magento\QuoteGraphQl\Model\Cart\Address\SaveQuoteAddressToCustomerAddressBook
do that.
- Set shipping method and payment method to the cart.
- Place order (placeOrder mutation)
Expected result (*)
- Address from step 4 should appear in customer account (e.g. in backend).
Actual result (*)
Additional info
Please, feel free to use the GraphQL Checkout tutorial to reproduce the issue
Metadata
Metadata
Assignees
Labels
Component: CustomerGraphQlComponent: GraphQLGraphQLGraphQLFixed in 2.4.xThe issue has been fixed in 2.4-develop branchThe issue has been fixed in 2.4-develop branchIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentReported on 2.3.4Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branch