-
Notifications
You must be signed in to change notification settings - Fork 9.4k
magento/magento2#35934: Internal Server Error in special-price API Endpoint #37294
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
Conversation
Hi @serbynskyi. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
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 @serbynskyi,
Thanks for the contribution!
Please fix the Integration and web API test failures.
Thanks
@@ -519,6 +520,13 @@ public function convertValue($data, $type) | |||
foreach ($data as $key => $item) { | |||
$result[$key] = $this->_createFromArray($itemType, $item); | |||
} | |||
} else { |
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.
Please add some automated tests with a negative scenario where we are not passing the array.
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
@serbynskyi In Order to move PR further build should be green. |
@serbynskyi we are moving this PR |
@serbynskyi Since it needs changes as per above comment maving it to Draft state. |
As mentioned in above comment since there are regression issues caused by PR changes as we as there are some build failures closing this PR for now. Please feel free to reopen for any update. Thank you |
Description (*)
Fixed Issues (if relevant)
Manual testing scenarios (*)
Payload:
{"prices": "[]"}
Contribution checklist (*)