Skip to content
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: Custom line items #10408

Merged
merged 18 commits into from
Dec 18, 2024
Merged

feat: Custom line items #10408

merged 18 commits into from
Dec 18, 2024

Conversation

olivermrbl
Copy link
Contributor

@olivermrbl olivermrbl commented Dec 3, 2024

Adds support for custom line items and line items with a custom price. We had all the pieces to enable this feature, they just needed some adaptation to work as expected for all scenarios.

The changes are primarily around ensuring the correct shape of line items depending on the input in a range of workflows including:

  • Create carts
  • Create orders
  • Add to cart
  • Add to order
  • Refresh cart items
  • Update cart
  • Update cart line item
  • Complete cart

The approach taken in the PR is documented in this RFC and all the scenarios can be found here.

Copy link

vercel bot commented Dec 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
medusa-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2024 11:30am
6 Skipped Deployments
Name Status Preview Comments Updated (UTC)
api-reference ⬜️ Ignored (Inspect) Dec 18, 2024 11:30am
api-reference-v2 ⬜️ Ignored (Inspect) Visit Preview Dec 18, 2024 11:30am
docs-ui ⬜️ Ignored (Inspect) Visit Preview Dec 18, 2024 11:30am
docs-v2 ⬜️ Ignored (Inspect) Visit Preview Dec 18, 2024 11:30am
medusa-docs ⬜️ Ignored (Inspect) Visit Preview Dec 18, 2024 11:30am
resources-docs ⬜️ Ignored (Inspect) Visit Preview Dec 18, 2024 11:30am

Copy link

changeset-bot bot commented Dec 3, 2024

🦋 Changeset detected

Latest commit: cd645db

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 65 packages
Name Type
@medusajs/core-flows Patch
@medusajs/cart Patch
@medusajs/types Patch
@medusajs/utils Patch
@medusajs/medusa Patch
integration-tests-http Patch
@medusajs/dashboard Patch
@medusajs/cli Patch
@medusajs/test-utils Patch
@medusajs/api-key Patch
@medusajs/auth Patch
@medusajs/cache-inmemory Patch
@medusajs/cache-redis Patch
@medusajs/currency Patch
@medusajs/customer Patch
@medusajs/event-bus-local Patch
@medusajs/event-bus-redis Patch
@medusajs/file Patch
@medusajs/fulfillment Patch
@medusajs/index Patch
@medusajs/inventory Patch
@medusajs/link-modules Patch
@medusajs/locking Patch
@medusajs/notification Patch
@medusajs/order Patch
@medusajs/payment Patch
@medusajs/pricing Patch
@medusajs/product Patch
@medusajs/promotion Patch
@medusajs/region Patch
@medusajs/sales-channel Patch
@medusajs/stock-location Patch
@medusajs/store Patch
@medusajs/tax Patch
@medusajs/user Patch
@medusajs/workflow-engine-inmemory Patch
@medusajs/workflow-engine-redis Patch
@medusajs/auth-emailpass Patch
@medusajs/auth-github Patch
@medusajs/auth-google Patch
@medusajs/file-local Patch
@medusajs/file-s3 Patch
@medusajs/fulfillment-manual Patch
@medusajs/locking-postgres Patch
@medusajs/locking-redis Patch
@medusajs/notification-local Patch
@medusajs/notification-sendgrid Patch
@medusajs/payment-stripe Patch
@medusajs/framework Patch
@medusajs/js-sdk Patch
@medusajs/modules-sdk Patch
@medusajs/orchestration Patch
@medusajs/workflows-sdk Patch
@medusajs/medusa-oas-cli Patch
@medusajs/oas-github-ci Patch
@medusajs/telemetry Patch
@medusajs/admin-bundler Patch
@medusajs/admin-sdk Patch
@medusajs/admin-shared Patch
@medusajs/admin-vite-plugin Patch
@medusajs/icons Patch
@medusajs/toolbox Patch
@medusajs/ui-preset Patch
create-medusa-app Patch
medusa-dev-cli Patch

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

@olivermrbl
Copy link
Contributor Author

/snapshot-this

@olivermrbl olivermrbl changed the title feat: Custom line items [test] feat: Custom line items Dec 3, 2024
Copy link
Contributor

github-actions bot commented Dec 3, 2024

🚀 A snapshot release has been made for this PR

Test the snapshots by updating your package.json with the newly published versions:

yarn add @medusajs/admin-bundler@2.1.0-snapshot-20241203120710
yarn add @medusajs/admin-sdk@2.1.0-snapshot-20241203120710
yarn add @medusajs/admin-shared@2.1.0-snapshot-20241203120710
yarn add @medusajs/admin-vite-plugin@2.1.0-snapshot-20241203120710
yarn add @medusajs/dashboard@2.1.0-snapshot-20241203120710
yarn add create-medusa-app@2.1.0-snapshot-20241203120710
yarn add @medusajs/cli@2.1.0-snapshot-20241203120710
yarn add medusa-dev-cli@2.1.0-snapshot-20241203120710
yarn add @medusajs/medusa-oas-cli@2.1.0-snapshot-20241203120710
yarn add @medusajs/core-flows@2.1.0-snapshot-20241203120710
yarn add @medusajs/framework@2.1.0-snapshot-20241203120710
yarn add @medusajs/js-sdk@2.1.0-snapshot-20241203120710
yarn add @medusajs/modules-sdk@2.1.0-snapshot-20241203120710
yarn add @medusajs/orchestration@2.1.0-snapshot-20241203120710
yarn add @medusajs/types@2.1.0-snapshot-20241203120710
yarn add @medusajs/utils@2.1.0-snapshot-20241203120710
yarn add @medusajs/workflows-sdk@2.1.0-snapshot-20241203120710
yarn add @medusajs/icons@2.1.0-snapshot-20241203120710
yarn add @medusajs/ui-preset@2.1.0-snapshot-20241203120710
yarn add @medusajs/medusa@2.1.0-snapshot-20241203120710
yarn add @medusajs/telemetry@2.1.0-snapshot-20241203120710
yarn add @medusajs/test-utils@2.1.0-snapshot-20241203120710
yarn add @medusajs/api-key@2.1.0-snapshot-20241203120710
yarn add @medusajs/auth@2.1.0-snapshot-20241203120710
yarn add @medusajs/cache-inmemory@2.1.0-snapshot-20241203120710
yarn add @medusajs/cache-redis@2.1.0-snapshot-20241203120710
yarn add @medusajs/cart@2.1.0-snapshot-20241203120710
yarn add @medusajs/currency@2.1.0-snapshot-20241203120710
yarn add @medusajs/customer@2.1.0-snapshot-20241203120710
yarn add @medusajs/event-bus-local@2.1.0-snapshot-20241203120710
yarn add @medusajs/event-bus-redis@2.1.0-snapshot-20241203120710
yarn add @medusajs/file@2.1.0-snapshot-20241203120710
yarn add @medusajs/fulfillment@2.1.0-snapshot-20241203120710
yarn add @medusajs/index@2.1.0-snapshot-20241203120710
yarn add @medusajs/inventory@2.1.0-snapshot-20241203120710
yarn add @medusajs/link-modules@2.1.0-snapshot-20241203120710
yarn add @medusajs/locking@2.1.0-snapshot-20241203120710
yarn add @medusajs/notification@2.1.0-snapshot-20241203120710
yarn add @medusajs/order@2.1.0-snapshot-20241203120710
yarn add @medusajs/payment@2.1.0-snapshot-20241203120710
yarn add @medusajs/pricing@2.1.0-snapshot-20241203120710
yarn add @medusajs/product@2.1.0-snapshot-20241203120710
yarn add @medusajs/promotion@2.1.0-snapshot-20241203120710
yarn add @medusajs/auth-emailpass@2.1.0-snapshot-20241203120710
yarn add @medusajs/auth-github@2.1.0-snapshot-20241203120710
yarn add @medusajs/auth-google@2.1.0-snapshot-20241203120710
yarn add @medusajs/file-local@2.1.0-snapshot-20241203120710
yarn add @medusajs/file-s3@2.1.0-snapshot-20241203120710
yarn add @medusajs/fulfillment-manual@2.1.0-snapshot-20241203120710
yarn add @medusajs/locking-postgres@2.1.0-snapshot-20241203120710
yarn add @medusajs/locking-redis@2.1.0-snapshot-20241203120710
yarn add @medusajs/notification-local@2.1.0-snapshot-20241203120710
yarn add @medusajs/notification-sendgrid@2.1.0-snapshot-20241203120710
yarn add @medusajs/payment-stripe@2.1.0-snapshot-20241203120710
yarn add @medusajs/region@2.1.0-snapshot-20241203120710
yarn add @medusajs/sales-channel@2.1.0-snapshot-20241203120710
yarn add @medusajs/stock-location@2.1.0-snapshot-20241203120710
yarn add @medusajs/store@2.1.0-snapshot-20241203120710
yarn add @medusajs/tax@2.1.0-snapshot-20241203120710
yarn add @medusajs/user@2.1.0-snapshot-20241203120710
yarn add @medusajs/workflow-engine-inmemory@2.1.0-snapshot-20241203120710
yarn add @medusajs/workflow-engine-redis@2.1.0-snapshot-20241203120710

Latest commit: 56ae076

@olivermrbl
Copy link
Contributor Author

/snapshot-this

Copy link
Contributor

github-actions bot commented Dec 3, 2024

🚀 A snapshot release has been made for this PR

Test the snapshots by updating your package.json with the newly published versions:

yarn add @medusajs/admin-bundler@2.1.0-snapshot-20241203132414
yarn add @medusajs/admin-sdk@2.1.0-snapshot-20241203132414
yarn add @medusajs/admin-shared@2.1.0-snapshot-20241203132414
yarn add @medusajs/admin-vite-plugin@2.1.0-snapshot-20241203132414
yarn add @medusajs/dashboard@2.1.0-snapshot-20241203132414
yarn add create-medusa-app@2.1.0-snapshot-20241203132414
yarn add @medusajs/cli@2.1.0-snapshot-20241203132414
yarn add medusa-dev-cli@2.1.0-snapshot-20241203132414
yarn add @medusajs/medusa-oas-cli@2.1.0-snapshot-20241203132414
yarn add @medusajs/core-flows@2.1.0-snapshot-20241203132414
yarn add @medusajs/framework@2.1.0-snapshot-20241203132414
yarn add @medusajs/js-sdk@2.1.0-snapshot-20241203132414
yarn add @medusajs/modules-sdk@2.1.0-snapshot-20241203132414
yarn add @medusajs/orchestration@2.1.0-snapshot-20241203132414
yarn add @medusajs/types@2.1.0-snapshot-20241203132414
yarn add @medusajs/utils@2.1.0-snapshot-20241203132414
yarn add @medusajs/workflows-sdk@2.1.0-snapshot-20241203132414
yarn add @medusajs/icons@2.1.0-snapshot-20241203132414
yarn add @medusajs/ui-preset@2.1.0-snapshot-20241203132414
yarn add @medusajs/medusa@2.1.0-snapshot-20241203132414
yarn add @medusajs/telemetry@2.1.0-snapshot-20241203132414
yarn add @medusajs/test-utils@2.1.0-snapshot-20241203132414
yarn add @medusajs/api-key@2.1.0-snapshot-20241203132414
yarn add @medusajs/auth@2.1.0-snapshot-20241203132414
yarn add @medusajs/cache-inmemory@2.1.0-snapshot-20241203132414
yarn add @medusajs/cache-redis@2.1.0-snapshot-20241203132414
yarn add @medusajs/cart@2.1.0-snapshot-20241203132414
yarn add @medusajs/currency@2.1.0-snapshot-20241203132414
yarn add @medusajs/customer@2.1.0-snapshot-20241203132414
yarn add @medusajs/event-bus-local@2.1.0-snapshot-20241203132414
yarn add @medusajs/event-bus-redis@2.1.0-snapshot-20241203132414
yarn add @medusajs/file@2.1.0-snapshot-20241203132414
yarn add @medusajs/fulfillment@2.1.0-snapshot-20241203132414
yarn add @medusajs/index@2.1.0-snapshot-20241203132414
yarn add @medusajs/inventory@2.1.0-snapshot-20241203132414
yarn add @medusajs/link-modules@2.1.0-snapshot-20241203132414
yarn add @medusajs/locking@2.1.0-snapshot-20241203132414
yarn add @medusajs/notification@2.1.0-snapshot-20241203132414
yarn add @medusajs/order@2.1.0-snapshot-20241203132414
yarn add @medusajs/payment@2.1.0-snapshot-20241203132414
yarn add @medusajs/pricing@2.1.0-snapshot-20241203132414
yarn add @medusajs/product@2.1.0-snapshot-20241203132414
yarn add @medusajs/promotion@2.1.0-snapshot-20241203132414
yarn add @medusajs/auth-emailpass@2.1.0-snapshot-20241203132414
yarn add @medusajs/auth-github@2.1.0-snapshot-20241203132414
yarn add @medusajs/auth-google@2.1.0-snapshot-20241203132414
yarn add @medusajs/file-local@2.1.0-snapshot-20241203132414
yarn add @medusajs/file-s3@2.1.0-snapshot-20241203132414
yarn add @medusajs/fulfillment-manual@2.1.0-snapshot-20241203132414
yarn add @medusajs/locking-postgres@2.1.0-snapshot-20241203132414
yarn add @medusajs/locking-redis@2.1.0-snapshot-20241203132414
yarn add @medusajs/notification-local@2.1.0-snapshot-20241203132414
yarn add @medusajs/notification-sendgrid@2.1.0-snapshot-20241203132414
yarn add @medusajs/payment-stripe@2.1.0-snapshot-20241203132414
yarn add @medusajs/region@2.1.0-snapshot-20241203132414
yarn add @medusajs/sales-channel@2.1.0-snapshot-20241203132414
yarn add @medusajs/stock-location@2.1.0-snapshot-20241203132414
yarn add @medusajs/store@2.1.0-snapshot-20241203132414
yarn add @medusajs/tax@2.1.0-snapshot-20241203132414
yarn add @medusajs/user@2.1.0-snapshot-20241203132414
yarn add @medusajs/workflow-engine-inmemory@2.1.0-snapshot-20241203132414
yarn add @medusajs/workflow-engine-redis@2.1.0-snapshot-20241203132414

Latest commit: 56ae076

@olivermrbl
Copy link
Contributor Author

/snapshot-this

Copy link
Contributor

github-actions bot commented Dec 5, 2024

🚀 A snapshot release has been made for this PR

Test the snapshots by updating your package.json with the newly published versions:

yarn add @medusajs/admin-bundler@2.1.1-snapshot-20241205131915
yarn add @medusajs/admin-sdk@2.1.1-snapshot-20241205131915
yarn add @medusajs/admin-shared@2.1.1-snapshot-20241205131915
yarn add @medusajs/admin-vite-plugin@2.1.1-snapshot-20241205131915
yarn add @medusajs/dashboard@2.1.1-snapshot-20241205131915
yarn add create-medusa-app@2.1.1-snapshot-20241205131915
yarn add @medusajs/cli@2.1.1-snapshot-20241205131915
yarn add medusa-dev-cli@2.1.1-snapshot-20241205131915
yarn add @medusajs/medusa-oas-cli@2.1.1-snapshot-20241205131915
yarn add @medusajs/core-flows@2.1.1-snapshot-20241205131915
yarn add @medusajs/framework@2.1.1-snapshot-20241205131915
yarn add @medusajs/js-sdk@2.1.1-snapshot-20241205131915
yarn add @medusajs/modules-sdk@2.1.1-snapshot-20241205131915
yarn add @medusajs/orchestration@2.1.1-snapshot-20241205131915
yarn add @medusajs/types@2.1.1-snapshot-20241205131915
yarn add @medusajs/utils@2.1.1-snapshot-20241205131915
yarn add @medusajs/workflows-sdk@2.1.1-snapshot-20241205131915
yarn add @medusajs/icons@2.1.1-snapshot-20241205131915
yarn add @medusajs/ui-preset@2.1.1-snapshot-20241205131915
yarn add @medusajs/medusa@2.1.1-snapshot-20241205131915
yarn add @medusajs/telemetry@2.1.1-snapshot-20241205131915
yarn add @medusajs/test-utils@2.1.1-snapshot-20241205131915
yarn add @medusajs/api-key@2.1.1-snapshot-20241205131915
yarn add @medusajs/auth@2.1.1-snapshot-20241205131915
yarn add @medusajs/cache-inmemory@2.1.1-snapshot-20241205131915
yarn add @medusajs/cache-redis@2.1.1-snapshot-20241205131915
yarn add @medusajs/cart@2.1.1-snapshot-20241205131915
yarn add @medusajs/currency@2.1.1-snapshot-20241205131915
yarn add @medusajs/customer@2.1.1-snapshot-20241205131915
yarn add @medusajs/event-bus-local@2.1.1-snapshot-20241205131915
yarn add @medusajs/event-bus-redis@2.1.1-snapshot-20241205131915
yarn add @medusajs/file@2.1.1-snapshot-20241205131915
yarn add @medusajs/fulfillment@2.1.1-snapshot-20241205131915
yarn add @medusajs/index@2.1.1-snapshot-20241205131915
yarn add @medusajs/inventory@2.1.1-snapshot-20241205131915
yarn add @medusajs/link-modules@2.1.1-snapshot-20241205131915
yarn add @medusajs/locking@2.1.1-snapshot-20241205131915
yarn add @medusajs/notification@2.1.1-snapshot-20241205131915
yarn add @medusajs/order@2.1.1-snapshot-20241205131915
yarn add @medusajs/payment@2.1.1-snapshot-20241205131915
yarn add @medusajs/pricing@2.1.1-snapshot-20241205131915
yarn add @medusajs/product@2.1.1-snapshot-20241205131915
yarn add @medusajs/promotion@2.1.1-snapshot-20241205131915
yarn add @medusajs/auth-emailpass@2.1.1-snapshot-20241205131915
yarn add @medusajs/auth-github@2.1.1-snapshot-20241205131915
yarn add @medusajs/auth-google@2.1.1-snapshot-20241205131915
yarn add @medusajs/file-local@2.1.1-snapshot-20241205131915
yarn add @medusajs/file-s3@2.1.1-snapshot-20241205131915
yarn add @medusajs/fulfillment-manual@2.1.1-snapshot-20241205131915
yarn add @medusajs/locking-postgres@2.1.1-snapshot-20241205131915
yarn add @medusajs/locking-redis@2.1.1-snapshot-20241205131915
yarn add @medusajs/notification-local@2.1.1-snapshot-20241205131915
yarn add @medusajs/notification-sendgrid@2.1.1-snapshot-20241205131915
yarn add @medusajs/payment-stripe@2.1.1-snapshot-20241205131915
yarn add @medusajs/region@2.1.1-snapshot-20241205131915
yarn add @medusajs/sales-channel@2.1.1-snapshot-20241205131915
yarn add @medusajs/stock-location@2.1.1-snapshot-20241205131915
yarn add @medusajs/store@2.1.1-snapshot-20241205131915
yarn add @medusajs/tax@2.1.1-snapshot-20241205131915
yarn add @medusajs/user@2.1.1-snapshot-20241205131915
yarn add @medusajs/workflow-engine-inmemory@2.1.1-snapshot-20241205131915
yarn add @medusajs/workflow-engine-redis@2.1.1-snapshot-20241205131915

Latest commit: 0a16efa

@olivermrbl olivermrbl marked this pull request as ready for review December 6, 2024 13:09
@olivermrbl olivermrbl requested a review from a team as a code owner December 6, 2024 13:09
@olivermrbl olivermrbl changed the title [test] feat: Custom line items feat: Custom line items Dec 6, 2024
@olivermrbl olivermrbl removed the request for review from sgirones December 6, 2024 13:10
@olivermrbl
Copy link
Contributor Author

@riqwan, would appreciate if you could also lay your eyes on this PR 🙏

Copy link
Contributor

@riqwan riqwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@olivermrbl
Copy link
Contributor Author

/snapshot-this

Copy link
Contributor

🚀 A snapshot release has been made for this PR

Test the snapshots by updating your package.json with the newly published versions:

yarn add @medusajs/admin-bundler@2.1.3-snapshot-20241218105855
yarn add @medusajs/admin-sdk@2.1.3-snapshot-20241218105855
yarn add @medusajs/admin-shared@2.1.3-snapshot-20241218105855
yarn add @medusajs/admin-vite-plugin@2.1.3-snapshot-20241218105855
yarn add @medusajs/dashboard@2.1.3-snapshot-20241218105855
yarn add create-medusa-app@2.1.3-snapshot-20241218105855
yarn add @medusajs/cli@2.1.3-snapshot-20241218105855
yarn add medusa-dev-cli@2.1.3-snapshot-20241218105855
yarn add @medusajs/medusa-oas-cli@2.1.3-snapshot-20241218105855
yarn add @medusajs/core-flows@2.1.3-snapshot-20241218105855
yarn add @medusajs/framework@2.1.3-snapshot-20241218105855
yarn add @medusajs/js-sdk@2.1.3-snapshot-20241218105855
yarn add @medusajs/modules-sdk@2.1.3-snapshot-20241218105855
yarn add @medusajs/orchestration@2.1.3-snapshot-20241218105855
yarn add @medusajs/types@2.1.3-snapshot-20241218105855
yarn add @medusajs/utils@2.1.3-snapshot-20241218105855
yarn add @medusajs/workflows-sdk@2.1.3-snapshot-20241218105855
yarn add @medusajs/icons@2.1.3-snapshot-20241218105855
yarn add @medusajs/ui-preset@2.1.3-snapshot-20241218105855
yarn add @medusajs/medusa@2.1.3-snapshot-20241218105855
yarn add @medusajs/telemetry@2.1.3-snapshot-20241218105855
yarn add @medusajs/test-utils@2.1.3-snapshot-20241218105855
yarn add @medusajs/api-key@2.1.3-snapshot-20241218105855
yarn add @medusajs/auth@2.1.3-snapshot-20241218105855
yarn add @medusajs/cache-inmemory@2.1.3-snapshot-20241218105855
yarn add @medusajs/cache-redis@2.1.3-snapshot-20241218105855
yarn add @medusajs/cart@2.1.3-snapshot-20241218105855
yarn add @medusajs/currency@2.1.3-snapshot-20241218105855
yarn add @medusajs/customer@2.1.3-snapshot-20241218105855
yarn add @medusajs/event-bus-local@2.1.3-snapshot-20241218105855
yarn add @medusajs/event-bus-redis@2.1.3-snapshot-20241218105855
yarn add @medusajs/file@2.1.3-snapshot-20241218105855
yarn add @medusajs/fulfillment@2.1.3-snapshot-20241218105855
yarn add @medusajs/index@2.1.3-snapshot-20241218105855
yarn add @medusajs/inventory@2.1.3-snapshot-20241218105855
yarn add @medusajs/link-modules@2.1.3-snapshot-20241218105855
yarn add @medusajs/locking@2.1.3-snapshot-20241218105855
yarn add @medusajs/notification@2.1.3-snapshot-20241218105855
yarn add @medusajs/order@2.1.3-snapshot-20241218105855
yarn add @medusajs/payment@2.1.3-snapshot-20241218105855
yarn add @medusajs/pricing@2.1.3-snapshot-20241218105855
yarn add @medusajs/product@2.1.3-snapshot-20241218105855
yarn add @medusajs/promotion@2.1.3-snapshot-20241218105855
yarn add @medusajs/auth-emailpass@2.1.3-snapshot-20241218105855
yarn add @medusajs/auth-github@2.1.3-snapshot-20241218105855
yarn add @medusajs/auth-google@2.1.3-snapshot-20241218105855
yarn add @medusajs/file-local@2.1.3-snapshot-20241218105855
yarn add @medusajs/file-s3@2.1.3-snapshot-20241218105855
yarn add @medusajs/fulfillment-manual@2.1.3-snapshot-20241218105855
yarn add @medusajs/locking-postgres@2.1.3-snapshot-20241218105855
yarn add @medusajs/locking-redis@2.1.3-snapshot-20241218105855
yarn add @medusajs/notification-local@2.1.3-snapshot-20241218105855
yarn add @medusajs/notification-sendgrid@2.1.3-snapshot-20241218105855
yarn add @medusajs/payment-stripe@2.1.3-snapshot-20241218105855
yarn add @medusajs/region@2.1.3-snapshot-20241218105855
yarn add @medusajs/sales-channel@2.1.3-snapshot-20241218105855
yarn add @medusajs/stock-location@2.1.3-snapshot-20241218105855
yarn add @medusajs/store@2.1.3-snapshot-20241218105855
yarn add @medusajs/tax@2.1.3-snapshot-20241218105855
yarn add @medusajs/user@2.1.3-snapshot-20241218105855
yarn add @medusajs/workflow-engine-inmemory@2.1.3-snapshot-20241218105855
yarn add @medusajs/workflow-engine-redis@2.1.3-snapshot-20241218105855

Latest commit: bde4b82

@olivermrbl olivermrbl merged commit c9b8db0 into develop Dec 18, 2024
23 checks passed
@olivermrbl olivermrbl deleted the feat/custom-line-item-price branch December 18, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants