fix(core-flows): fix shipping_total showing as 0 in createFulfillment method (#13704)
Fixes #13454
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@medusajs/core-flows": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix(core-flows): fix shipping_total showing as 0 in createFulfillment method
|
||||||
@@ -442,6 +442,7 @@ export const createOrderFulfillmentWorkflow = createWorkflow(
|
|||||||
"shipping_methods.id",
|
"shipping_methods.id",
|
||||||
"shipping_methods.shipping_option_id",
|
"shipping_methods.shipping_option_id",
|
||||||
"shipping_methods.data",
|
"shipping_methods.data",
|
||||||
|
"shipping_methods.amount",
|
||||||
],
|
],
|
||||||
variables: { id: input.order_id },
|
variables: { id: input.order_id },
|
||||||
list: false,
|
list: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user