-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feat/custom-line-item-price
- Loading branch information
Showing
252 changed files
with
228,933 additions
and
159,726 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@medusajs/types": patch | ||
--- | ||
|
||
Add description and Label to FilterableRefundReasonProps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@medusajs/core-flows": patch | ||
--- | ||
|
||
fix(core-flows): export getItemTaxLinesStep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,9 @@ medusaIntegrationTestRunner({ | |
const created = await orderModule.createOrders({ | ||
region_id: "test_region_id", | ||
email: "[email protected]", | ||
metadata: { | ||
foo: "bar", | ||
}, | ||
items: [ | ||
{ | ||
title: "Custom Item 2", | ||
|
@@ -108,6 +111,9 @@ medusaIntegrationTestRunner({ | |
payment_status: "not_paid", | ||
region_id: "test_region_id", | ||
fulfillments: [], | ||
metadata: { | ||
foo: "bar", | ||
}, | ||
fulfillment_status: "not_fulfilled", | ||
summary: expect.objectContaining({ | ||
// TODO: add all summary fields | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.