Skip to content

Commit 75f71a4

Browse files
committed
#26121: special price & tier price are coming in base currency
Address static tests - session 2
1 parent 89b968a commit 75f71a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogCustomer/PriceTiersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function testSecondStoreViewWithCurrencyRate()
147147
*/
148148
private function getValueForQuantity(float $quantity, array $tiers)
149149
{
150-
$filteredResult = array_values(array_filter($tiers, function($tier) use ($quantity) {
150+
$filteredResult = array_values(array_filter($tiers, function ($tier) use ($quantity) {
151151
if ((float)$tier['quantity'] == $quantity) {
152152
return $tier;
153153
}

0 commit comments

Comments
 (0)