chore(core-flows): order transactions (#8568)

What:

- Add order transaction when Cart is completed and payment is refunded
This commit is contained in:
Carlos R. L. Rodrigues
2024-08-12 19:06:58 +00:00
committed by GitHub
parent 24985cf89d
commit 96bdf3e2c6
15 changed files with 140 additions and 32 deletions
@@ -2742,7 +2742,7 @@ moduleIntegrationTestRunner<ICartModuleService>({
tax_total: 0,
discount_total: 300,
discount_tax_total: 0,
original_total: 220,
original_total: 210,
original_tax_total: 0,
item_total: 200,
item_subtotal: 500,
@@ -2777,7 +2777,7 @@ moduleIntegrationTestRunner<ICartModuleService>({
precision: 20,
},
raw_original_total: {
value: "220",
value: "210",
precision: 20,
},
raw_original_tax_total: {