Skip to content

Commit d083832

Browse files
committed
fix: update cart test
1 parent 30dd716 commit d083832

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/modules/cart/integration-tests/__tests__/services/cart-module

packages/modules/cart/integration-tests/__tests__/services/cart-module/index.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2916,6 +2916,7 @@ moduleIntegrationTestRunner<ICartModuleService>({
29162916
is_tax_inclusive: false,
29172917
promotion_id: null,
29182918
deleted_at: null,
2919+
promotion_type: null,
29192920
amount: 100,
29202921
subtotal: 100,
29212922
total: 100,
@@ -3025,6 +3026,7 @@ moduleIntegrationTestRunner<ICartModuleService>({
30253026
promotion_id: null,
30263027
deleted_at: null,
30273028
amount: 200,
3029+
promotion_type: null,
30283030
subtotal: 200,
30293031
total: 200,
30303032
raw_subtotal: {

0 commit comments

Comments
 (0)