@@ -116,7 +116,7 @@ public function testCatalogPriceExcludeTaxAndIncludeFPTOnly(array $weeTaxSetting
116
116
$ this ->assertEquals (225.4 , $ product ['price_range ' ]['minimum_price ' ]['final_price ' ]['value ' ]);
117
117
118
118
$ this ->assertEquals (225.4 , $ product ['price_range ' ]['maximum_price ' ]['regular_price ' ]['value ' ]);
119
- $ this ->assertEquals (112.7 , $ product ['price_range ' ]['maximum_price ' ]['final_price ' ]['value ' ]);
119
+ $ this ->assertEquals (225.4 , $ product ['price_range ' ]['maximum_price ' ]['final_price ' ]['value ' ]);
120
120
121
121
$ this ->assertNotEmpty ($ product ['price_range ' ]['minimum_price ' ]['fixed_product_taxes ' ]);
122
122
$ fixedProductTax = $ product ['price_range ' ]['minimum_price ' ]['fixed_product_taxes ' ][0 ];
@@ -173,7 +173,7 @@ public function testCatalogPriceExcludeTaxAndIncludeFPTWithDescription(array $we
173
173
$ this ->assertEquals (225.4 , $ product ['price_range ' ]['minimum_price ' ]['final_price ' ]['value ' ]);
174
174
175
175
$ this ->assertEquals (225.4 , $ product ['price_range ' ]['maximum_price ' ]['regular_price ' ]['value ' ]);
176
- $ this ->assertEquals (112.7 , $ product ['price_range ' ]['maximum_price ' ]['final_price ' ]['value ' ]);
176
+ $ this ->assertEquals (225.4 , $ product ['price_range ' ]['maximum_price ' ]['final_price ' ]['value ' ]);
177
177
178
178
$ this ->assertNotEmpty ($ product ['price_range ' ]['minimum_price ' ]['fixed_product_taxes ' ]);
179
179
$ fixedProductTax = $ product ['price_range ' ]['minimum_price ' ]['fixed_product_taxes ' ][0 ];
@@ -244,7 +244,7 @@ public function testCatalogPriceExcludeTaxCatalogDisplayIncludeTaxAndIncludeFPTO
244
244
$ this ->assertEquals (240.4 , round ($ product ['price_range ' ]['minimum_price ' ]['final_price ' ]['value ' ], 2 ));
245
245
246
246
$ this ->assertEquals (240.4 , round ($ product ['price_range ' ]['maximum_price ' ]['regular_price ' ]['value ' ], 2 ));
247
- $ this ->assertEquals (120.2 , round ($ product ['price_range ' ]['maximum_price ' ]['final_price ' ]['value ' ], 2 ));
247
+ $ this ->assertEquals (240.4 , round ($ product ['price_range ' ]['maximum_price ' ]['final_price ' ]['value ' ], 2 ));
248
248
}
249
249
250
250
/**
@@ -311,7 +311,7 @@ public function testCatalogPriceExclTaxCatalogDisplayInclTaxAndInclFPTWithDescri
311
311
$ this ->assertEquals (240.4 , round ($ product ['price_range ' ]['minimum_price ' ]['final_price ' ]['value ' ], 2 ));
312
312
313
313
$ this ->assertEquals (240.4 , round ($ product ['price_range ' ]['maximum_price ' ]['regular_price ' ]['value ' ], 2 ));
314
- $ this ->assertEquals (120.2 , round ($ product ['price_range ' ]['maximum_price ' ]['final_price ' ]['value ' ], 2 ));
314
+ $ this ->assertEquals (240.4 , round ($ product ['price_range ' ]['maximum_price ' ]['final_price ' ]['value ' ], 2 ));
315
315
}
316
316
317
317
/**
@@ -364,7 +364,7 @@ public function testCatalogPriceInclTaxCatalogDisplayExclTaxAndInclFPTWithDescri
364
364
$ this ->assertEquals (225.4 , $ product ['price_range ' ]['minimum_price ' ]['final_price ' ]['value ' ]);
365
365
366
366
$ this ->assertEquals (225.4 , $ product ['price_range ' ]['maximum_price ' ]['regular_price ' ]['value ' ]);
367
- $ this ->assertEquals (112.7 , $ product ['price_range ' ]['maximum_price ' ]['final_price ' ]['value ' ]);
367
+ $ this ->assertEquals (225.4 , $ product ['price_range ' ]['maximum_price ' ]['final_price ' ]['value ' ]);
368
368
369
369
$ this ->assertNotEmpty ($ product ['price_range ' ]['minimum_price ' ]['fixed_product_taxes ' ]);
370
370
$ fixedProductTax = $ product ['price_range ' ]['minimum_price ' ]['fixed_product_taxes ' ][0 ];
@@ -422,7 +422,7 @@ public function testCatalogPriceInclTaxCatalogDisplayInclTaxAndInclFPTOnly(array
422
422
$ this ->assertEquals (225.4 , $ product ['price_range ' ]['minimum_price ' ]['final_price ' ]['value ' ]);
423
423
424
424
$ this ->assertEquals (225.4 , $ product ['price_range ' ]['maximum_price ' ]['regular_price ' ]['value ' ]);
425
- $ this ->assertEquals (112.7 , $ product ['price_range ' ]['maximum_price ' ]['final_price ' ]['value ' ]);
425
+ $ this ->assertEquals (225.4 , $ product ['price_range ' ]['maximum_price ' ]['final_price ' ]['value ' ]);
426
426
427
427
$ this ->assertNotEmpty ($ product ['price_range ' ]['minimum_price ' ]['fixed_product_taxes ' ]);
428
428
$ fixedProductTax = $ product ['price_range ' ]['minimum_price ' ]['fixed_product_taxes ' ][0 ];
@@ -496,7 +496,7 @@ public function testCatalogPriceIncTaxCatalogDisplayInclTaxInclFPTWithDescrWithT
496
496
$ this ->assertEquals (227.31 , round ($ product ['price_range ' ]['minimum_price ' ]['final_price ' ]['value ' ], 2 ));
497
497
498
498
$ this ->assertEquals (227.31 , round ($ product ['price_range ' ]['maximum_price ' ]['regular_price ' ]['value ' ], 2 ));
499
- $ this ->assertEquals (113.65 , round ($ product ['price_range ' ]['maximum_price ' ]['final_price ' ]['value ' ], 2 ));
499
+ $ this ->assertEquals (227.31 , round ($ product ['price_range ' ]['maximum_price ' ]['final_price ' ]['value ' ], 2 ));
500
500
501
501
$ this ->assertNotEmpty ($ product ['price_range ' ]['minimum_price ' ]['fixed_product_taxes ' ]);
502
502
$ fixedProductTax = $ product ['price_range ' ]['minimum_price ' ]['fixed_product_taxes ' ][0 ];
0 commit comments