fix(medusa): calculate orders correctly by adding adjustments (#1812)
This commit is contained in:
5
.changeset/serious-cats-cover.md
Normal file
5
.changeset/serious-cats-cover.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
Calculate orders correctly when creating fulfillments by adding adjustments
|
||||
@@ -1152,6 +1152,7 @@ class OrderService extends BaseService {
|
||||
"shipping_methods",
|
||||
"shipping_methods.shipping_option",
|
||||
"items",
|
||||
"items.adjustments",
|
||||
"items.variant",
|
||||
"items.variant.product",
|
||||
"payments",
|
||||
|
||||
Reference in New Issue
Block a user