There was an error while loading. Please reload this page.
1 parent 30dd716 commit d083832Copy full SHA for d083832
1 file changed
packages/modules/cart/integration-tests/__tests__/services/cart-module/index.spec.ts
@@ -2916,6 +2916,7 @@ moduleIntegrationTestRunner<ICartModuleService>({
2916
is_tax_inclusive: false,
2917
promotion_id: null,
2918
deleted_at: null,
2919
+ promotion_type: null,
2920
amount: 100,
2921
subtotal: 100,
2922
total: 100,
@@ -3025,6 +3026,7 @@ moduleIntegrationTestRunner<ICartModuleService>({
3025
3026
3027
3028
amount: 200,
3029
3030
subtotal: 200,
3031
total: 200,
3032
raw_subtotal: {
0 commit comments