Skip to content

Commit e912b62

Browse files
committed
AC-5979: Rest API products-render-info return wrong final price for logged in customer
1 parent e44e898 commit e912b62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRenderListTierPricingTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ protected function setUp(): void
5656
]
5757
]
5858
),
59-
DataFixture(CustomerFixture::class, ['group_id' => 1], as: 'customer_a'),
60-
DataFixture(CustomerFixture::class, ['group_id' => 2], as: 'customer_b')
59+
DataFixture(CustomerFixture::class, ['group_id' => 2], as: 'customer_a'),
60+
DataFixture(CustomerFixture::class, ['group_id' => 1], as: 'customer_b')
6161
]
6262
public function testGuestUserGetsBasePriceNotTierPrice(): void
6363
{

0 commit comments

Comments
 (0)