fix(order): order summary on order creation (#8624)

This commit is contained in:
Carlos R. L. Rodrigues
2024-08-16 07:52:24 -03:00
committed by GitHub
parent 2f62b47bff
commit 5200e816c9
2 changed files with 164 additions and 40 deletions

View File

@@ -640,6 +640,7 @@ export default class OrderModuleService<
const orderWithTotals = decorateCartTotals({
...ord,
shipping_methods,
items,
}) as any
const calculated = calculateOrderChange({