-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(orders): Goodstore presets #375
Conversation
🦋 Changeset detectedLatest commit: 79c7b7a The changes in this PR will be included in the next version bump. This PR includes changesets to release 23 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
The order presets look good! The cart presets should be deleted from this branch.
@@ -1,7 +0,0 @@ | |||
import changeHistoryData from './change-history-data'; |
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.
Please don't delete this file 😉
import jenniferJonesCart01 from './jennifer-jones-cart-01'; | ||
import sebastianSmithCart01 from './sebastian-smith-cart-01'; | ||
import jenniferSchmidtCart01 from './jennifer-schmidt-cart-01'; | ||
import sebastianMuellerCart01 from './sebastian-mueller-cart-01'; | ||
import sebastianFranklinCart01 from './sebastian-franklin-cart-01'; |
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.
These need to be reordered, eslint wants them in alphabetical order
…odstore/index.ts" This reverts commit b9a49a8.
64c4502
to
da2d297
Compare
This reverts commit 1d2b34d.
This reverts commit 848703a.
Created order presets for goodstore data.