-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add custom fields to order schema #4979
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
Add custom fields to order schema #4979
Conversation
|
Don't you need to add it to the GraphQL schema as well? |
|
Im a little confused on what's the intention here. Reading through this PR #4962, I think the intention was to let the plugins extend the |
|
I see here that @kieckhafer will be adding my suggested changes here to this PR: https://github.com/reactioncommerce/reaction/pull/4829/files So, we can close this. |
|
@ajporlante It might be better to leave this open and get it merged quickly. The PR of mine you are referring to is a huge PR, and while it’s nearing the end of being reviewed, there might still be some snags before it gets merged. Considering this is a breaking bug, we should fix it ASAP. |
kieckhafer
left a comment
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.
Add customFields in the Jsdoc portion too and this should be good to go.
Signed-off-by: Erik Kieckhafer <[email protected]>
kieckhafer
left a comment
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.
As mentioned, considering checkout is broken in it's current state, this should be merged ASAP instead of waiting for the changes in #4829
Resolves #4978
Impact: critical
Type: bugfix
Issue
customFieldsis not in the order schema causing placing any order to fail.Solution
Add
customFieldsto order schema.Breaking changes
None
Testing