Closed (fixed)
Project:
Commerce API
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2020 at 23:16 UTC
Updated:
13 Mar 2020 at 20:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mglamanHere's an initial patch. It'll fail.
This relates to #3109873: Provide a `resource_type` route parameter (e.g. for openapi, jsonapi_schema).
Comment #3
mglamanForgot the patch.
Comment #5
mglamanAh, I forgot I have a patch to fix this: #3093033: TopLevelSchemaLinkProviderBase::getLink breaks on custom route.
Comment #6
mglamanComment #7
mglamanJSON:API Schema had a release with the required fix. Rerunning tests
Comment #8
mglamanFailure is due to the fact we now have the
describedbylinkComment #9
mglamanAfter adding the new link there was an error on the shipping methods route. This information is now in the order meta, so maybe it's not even needed.
Comment #11
mglamanFixed.