We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b968a commit 75f71a4Copy full SHA for 75f71a4
dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogCustomer/PriceTiersTest.php
@@ -147,7 +147,7 @@ public function testSecondStoreViewWithCurrencyRate()
147
*/
148
private function getValueForQuantity(float $quantity, array $tiers)
149
{
150
- $filteredResult = array_values(array_filter($tiers, function($tier) use ($quantity) {
+ $filteredResult = array_values(array_filter($tiers, function ($tier) use ($quantity) {
151
if ((float)$tier['quantity'] == $quantity) {
152
return $tier;
153
}
0 commit comments