13 SetupUtil::CONFIG_OVERRIDES => [
14 Config::CONFIG_XML_PATH_APPLY_AFTER_DISCOUNT => 1,
15 Config::CONFIG_XML_PATH_PRICE_INCLUDES_TAX => 0,
16 Config::XML_PATH_ALGORITHM => Calculation::CALC_UNIT_BASE,
18 SetupUtil::TAX_RATE_OVERRIDES => [
19 SetupUtil::TAX_RATE_TX => 8.25,
20 SetupUtil::TAX_STORE_RATE => 8.25,
22 SetupUtil::TAX_RULE_OVERRIDES => [
26 'billing_address' => [
27 'region_id' => SetupUtil::REGION_TX,
29 'shipping_address' => [
30 'region_id' => SetupUtil::REGION_TX,
45 'expected_results' => [
48 'base_subtotal' => 21,
49 'subtotal_incl_tax' => 22.74,
50 'base_subtotal_incl_tax' => 22.74,
52 'base_tax_amount' => 1.74,
53 'shipping_amount' => 0,
54 'base_shipping_amount' => 0,
55 'shipping_incl_tax' => 0,
56 'base_shipping_incl_tax' => 0,
57 'shipping_taxable' => 0,
58 'base_shipping_taxable' => 0,
59 'shipping_tax_amount' => 0,
60 'base_shipping_tax_amount' => 0,
61 'discount_amount' => 0,
62 'base_discount_amount' => 0,
63 'discount_tax_compensation_amount' => 0,
64 'base_discount_tax_compensation_amount' => 0,
65 'shipping_discount_tax_compensation_amount' => 0,
66 'base_shipping_discount_tax_compensation_amount' => 0,
67 'grand_total' => 22.74,
68 'base_grand_total' => 22.74,
73 'base_row_total' => 10,
74 'tax_percent' => 8.25,
77 'price_incl_tax' => 10.83,
78 'base_price_incl_tax' => 10.83,
79 'row_total_incl_tax' => 10.83,
80 'base_row_total_incl_tax' => 10.83,
82 'base_tax_amount' => 0.83,
83 'discount_amount' => 0,
84 'base_discount_amount' => 0,
85 'discount_percent' => 0,
86 'discount_tax_compensation_amount' => 0,
87 'base_discount_tax_compensation_amount' => 0,
91 'base_row_total' => 11,
92 'tax_percent' => 8.25,
95 'price_incl_tax' => 11.91,
96 'base_price_incl_tax' => 11.91,
97 'row_total_incl_tax' => 11.91,
98 'base_row_total_incl_tax' => 11.91,
100 'base_tax_amount' => 0.91,
101 'discount_amount' => 0,
102 'base_discount_amount' => 0,
103 'discount_percent' => 0,
104 'discount_tax_compensation_amount' => 0,
105 'base_discount_tax_compensation_amount' => 0,
$taxCalculationData['excluding_tax__multi_item_unit']