feat(core-flows,types,order,cart): assign tax lines only to regular products (#11994)
what: - assign tax lines only to regular products
This commit is contained in:
@@ -2886,6 +2886,7 @@ moduleIntegrationTestRunner<ICartModuleService>({
|
||||
variant_option_values: null,
|
||||
requires_shipping: true,
|
||||
is_discountable: true,
|
||||
is_giftcard: false,
|
||||
is_tax_inclusive: false,
|
||||
is_custom_price: false,
|
||||
raw_compare_at_unit_price: null,
|
||||
@@ -2992,6 +2993,7 @@ moduleIntegrationTestRunner<ICartModuleService>({
|
||||
variant_option_values: null,
|
||||
requires_shipping: true,
|
||||
is_discountable: true,
|
||||
is_giftcard: false,
|
||||
is_tax_inclusive: false,
|
||||
is_custom_price: false,
|
||||
raw_compare_at_unit_price: null,
|
||||
|
||||
Reference in New Issue
Block a user