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