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