Open MatthijsBreed opened 1 month ago
Hi @MatthijsBreed ,
Thank you for bringing this issue to our attention. We're currently investigating it and will keep you updated with any progress or resolutions.
Best regards, René
Hi @MatthijsBreed ,
@vegimcarkaxhija created a fix for this issue. it will be included in the next upcoming release will let you know when there is more information regarding the actual release date.
You can check out his commit right here: https://github.com/buckaroo-it/Magento2/pull/1075/commits/9256d07b82b2784d84ee308f468fe220a220212f
On version v1.50
When requesting api schema via/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: