Closed
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
The issue has been fixed in 2.4-develop branchGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.4-develop branch