-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Marketplace] Rethink implementation of order shipping fulfillment flow #2724
Comments
Additionally we need to think about the flexibility of how we're progressing and regressing workflow steps. From a comment I made on #2613
|
@aaronjudd this is not yet in progress. I'll reach out to you and/or @spencern ASAP before I start on it. |
A bit more discussion/comments on what should be done here to be found in this PR #2759. In summary:
|
Done in 2.0.0 |
Referenced from #2613, there is need to rethink the implementation of the order shipping fulfillment flow to make it more flexible and extensible.
We should also rethink the hard coded zeroth indexes of the
billing
andshipping
arrays in the order object. This should be more flexible to allow for multiple billing and shipping objects that might be there in the marketplace implementation.The text was updated successfully, but these errors were encountered: