fix(order): order summary on order creation (#8624)
This commit is contained in:
committed by
GitHub
parent
2f62b47bff
commit
5200e816c9
@@ -640,6 +640,7 @@ export default class OrderModuleService<
|
||||
|
||||
const orderWithTotals = decorateCartTotals({
|
||||
...ord,
|
||||
shipping_methods,
|
||||
items,
|
||||
}) as any
|
||||
const calculated = calculateOrderChange({
|
||||
|
||||
Reference in New Issue
Block a user