-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
fix(product, types, workflows): Update product variant workflow #5668
Conversation
🦋 Changeset detectedLatest commit: d81acff 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
|
@@ -1489,87 +1490,92 @@ export interface IProductModuleService { | |||
sharedContext?: Context | |||
): Promise<ProductVariantDTO[]> | |||
|
|||
updateVariants( |
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.
Change is here
* @expandable | ||
*/ | ||
options: ProductOptionValueDTO | ||
options: ProductOptionValueDTO[] |
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.
here's the change
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.
CLEAN!
integration-tests/plugins/__tests__/product/admin/update-product-variant.spec.ts
Show resolved
Hide resolved
Co-authored-by: Riqwan Thamir <rmthamir@gmail.com>
Co-authored-by: Riqwan Thamir <rmthamir@gmail.com>
…ct-variant.spec.ts Co-authored-by: Riqwan Thamir <rmthamir@gmail.com>
integration-tests/plugins/__tests__/product/admin/update-product-variant.spec.ts
Outdated
Show resolved
Hide resolved
packages/workflows/src/handlers/product/update-product-variants.ts
Outdated
Show resolved
Hide resolved
/snapshot-this |
/snapshot-this |
1 similar comment
/snapshot-this |
🚀 A snapshot release has been made for this PRTest the snapshots by updating your yarn add @medusajs/medusa@1.18.1-snapshot-20231122093138 yarn add @medusajs/product@0.3.5-snapshot-20231122093138 yarn add @medusajs/types@1.11.8-snapshot-20231122093138 yarn add @medusajs/utils@1.11.1-snapshot-20231122093138 yarn add @medusajs/workflows@0.3.1-snapshot-20231122093138
|
@@ -1,9 +1,10 @@ | |||
--- | |||
"@medusajs/workflows": patch | |||
"@medusajs/product": patch | |||
"@medusajs/pricing": patch |
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.
todo: There is two changeset, the first one seams targetting the right package, but not this one
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.
pricing
was missing in the core integration changeset from the pr we merged earlier, just adding it here
@@ -125,7 +125,6 @@ jobs: | |||
env: | |||
DB_PASSWORD: postgres | |||
DB_USERNAME: postgres |
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.
question: Why is this deleted?
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 discussed split-tests
doesn't exist as a step anywhere
What