-
Notifications
You must be signed in to change notification settings - Fork 9.4k
magento/magento2#28957: GraphQl. Mutation: customerOrders query and gift_message attribute #28958
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
magento/magento2#28957: GraphQl. Mutation: customerOrders query and gift_message attribute #28958
Conversation
Hi @atwixfirster. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. |
@magento run all tests |
@magento run Database Compare |
@magento run WebAPI Tests |
@magento run Unit Tests |
@magento Static Tests |
@magento run Semantic Version Checker |
@magento run Functional Tests B2B |
@magento run Sample Data Tests EE Sample Data Tests CE Sample Data Tests B2B Magento Health Index |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @atwixfirster, thank you for your contribution.
The overall changes look good to me.
Could you please cover this case by an appropriate functional test?
Hi @nrkapoor , what is the reason for putting this PR on hold? Should it be processed according to priority or any additional actions are required? |
Need to check if the issue is reproducible with |
} | ||
|
||
if (!isset($orderGiftMessage)) { | ||
if (!$orderGiftMessage->getGiftMessageId()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this change needs a test, plus we need to fix webAPI tests which are failing
We raised internal PR- https://github.com/magento-gl/magento2ce/pull/290 along with this PR commits, covering the automation tests and resolved PR comments. |
Description (*)
PR fixes #28957
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)