BP-3843 v1.50+ breaks Magento API schema #1072
Labels
Bug
Bugs, functions that are not working like they should.
Priority: Normal
This issue has a normal/medium priority.
Status: Waiting for release
This issue has been solved, but is not released yet.
On version v1.50
When requesting api schema via <base_url>/rest/all/schema?services=all
Magento returns the following error
The "QuoteCreateResponseInterface" class doesn't exist and the namespace must be specified. Verify and try again.
This is because Magento needs fully namespaced interfaces for the return types of interface functions used by webapi
This patch fixes the errors:
The text was updated successfully, but these errors were encountered: