13 SetupUtil::CONFIG_OVERRIDES => [
14 Config::CONFIG_XML_PATH_APPLY_AFTER_DISCOUNT => 1,
15 Config::CONFIG_XML_PATH_PRICE_INCLUDES_TAX => 1,
16 Config::CONFIG_XML_PATH_CROSS_BORDER_TRADE_ENABLED => 0,
17 Config::XML_PATH_ALGORITHM => Calculation::CALC_UNIT_BASE,
19 SetupUtil::TAX_RATE_OVERRIDES => [
20 SetupUtil::TAX_RATE_TX => 20,
21 SetupUtil::TAX_STORE_RATE => 10,
23 SetupUtil::TAX_RULE_OVERRIDES => [
27 'billing_address' => [
28 'region_id' => SetupUtil::REGION_TX,
30 'shipping_address' => [
31 'region_id' => SetupUtil::REGION_TX,
41 'expected_results' => [
44 'base_subtotal' => 18.16,
45 'subtotal_incl_tax' => 21.80,
46 'base_subtotal_incl_tax' => 21.80,
48 'base_tax_amount' => 3.64,
49 'shipping_amount' => 0,
50 'base_shipping_amount' => 0,
51 'shipping_incl_tax' => 0,
52 'base_shipping_incl_tax' => 0,
53 'shipping_taxable' => 0,
54 'base_shipping_taxable' => 0,
55 'shipping_tax_amount' => 0,
56 'base_shipping_tax_amount' => 0,
57 'discount_amount' => 0,
58 'base_discount_amount' => 0,
59 'discount_tax_compensation_amount' => 0,
60 'base_discount_tax_compensation_amount' => 0,
61 'shipping_discount_tax_compensation_amount' => 0,
62 'base_shipping_discount_tax_compensation_amount' => 0,
63 'grand_total' => 21.80,
64 'base_grand_total' => 21.80,
69 'base_row_total' => 18.16,
73 'price_incl_tax' => 10.90,
74 'base_price_incl_tax' => 10.90,
75 'row_total_incl_tax' => 21.80,
76 'base_row_total_incl_tax' => 21.80,
78 'base_tax_amount' => 3.64,
79 'discount_amount' => 0,
80 'base_discount_amount' => 0,
81 'discount_percent' => 0,
82 'discount_tax_compensation_amount' => 0,
83 'base_discount_tax_compensation_amount' => 0,
$taxCalculationData['including_tax_cross_border_trade_disabled']