-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: QuoteGraphQlFixed in 2.4.xThe issue has been fixed in 2.4-develop branchThe issue has been fixed in 2.4-develop branchIssue: 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 developmentReproduced 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 (*)
- Registered Customer
Steps to reproduce (*)
- Generate token
- Create an empty cart
- Get inactive cart through the order completion
- Generate token again
- Create an empty cart
- Put a product to cart
- Set Billing address with card_id of inactive cart
Expected result (*)
- Truth
Actual result (*)
- False
{
"errors": [
{
"message": "Could not find a cart with ID \"PeLzHtxg5Ujw98wyaRt8MCX6dcJggjwa\"",
"category": "graphql-no-such-entity",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"setBillingAddressOnCart"
]
}
],
"data": {
"setBillingAddressOnCart": null
}
}
Additional confirmation info:
Use the GraphQL checkout tutorial if you need help with reproducing the issue
https://devdocs.magento.com/guides/v2.3/graphql/tutorials/checkout/
Metadata
Metadata
Assignees
Labels
Component: QuoteGraphQlFixed in 2.4.xThe issue has been fixed in 2.4-develop branchThe issue has been fixed in 2.4-develop branchIssue: 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 developmentReproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branch