Closed
Description
Preconditions (*)
Error Can't load gift message for order
is returned when order does not have a gift_message
:
Steps to reproduce (*)
- Magento (2.4-develop) with a sample data
- Generate customer token:
mutation {
generateCustomerToken(
email: "[email protected]"
password: "[email protected]"
) {
token
}
}
- Retrieve customer orders:
query {
customerOrders {
items {
order_number
gift_message {
to
from
message
}
}
}
}
Expected result (*)
We do not need to have a Can't load gift message for order
error in the response when an order does not have gift_message
.
Actual result (*)
There is a Can't load gift message for order
error in the response when an order does not have gift_message
.
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Metadata
Metadata
Assignees
Labels
Gate 2 Passed. Manual verification of the issue description passedGate 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 developmentOnce P0 defects have been fixed, a defect having this priority is the next candidate for fixing.The issue has been reproduced on latest 2.4-develop branch
Type
Projects
Status
Done