-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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(workflows,medusa,utils): add medusa v2 feature flag #5603
Conversation
🦋 Changeset detectedLatest commit: b3d3c11 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Ignored Deployments
|
6182f9e
to
c1f17ee
Compare
// TODO: enable this in the Pricing Module PR | ||
// created_at: expect.any(String), | ||
// updated_at: expect.any(String), | ||
// variant_id: expect.stringMatching(/^variant_*/), |
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.
@pKorsholm FYI: something we missed in the prices response. We have to sneak this in our PRs
expect.objectContaining({ id: "channel-2" }), | ||
expect.objectContaining({ id: "channel-3" }), | ||
], | ||
// TODO: Introduce this in the sale channel 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.
@fPolic do you think this can be added to your PR?
I commented it out because the remote query is not currently returning sales channels
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.
yes!
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.
LGTM, just had a single thought
ffedb99
to
ceb09cc
Compare
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.
LGTM
packages/medusa/src/api/routes/admin/products/create-product.ts
Outdated
Show resolved
Hide resolved
packages/medusa/src/api/routes/admin/products/update-product.ts
Outdated
Show resolved
Hide resolved
Should we merge this guys? Think a couple of other PRs are depending on it |
No description provided.