Skip to content

Commit f8acf62

Browse files
committed
Revert "AC-15054: Product Add to Cart issue in Rest API"
This reverts commit a933434.
1 parent 1b3987d commit f8acf62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Quote/Api/ValidateProductWebsiteAssignmentTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ protected function setUp(): void
6161
'sku' => 'product-base-website',
6262
'name' => 'Product Base Website',
6363
'price' => 10.00,
64-
'website_ids' => ['$website2.id$'], // Base website only
64+
'website_ids' => [1], // Base website only
6565
'stock_data' => ['use_config_manage_stock' => 1, 'qty' => 100, 'is_in_stock' => 1]
6666
],
6767
'product_base'
6868
),
6969
DataFixture(
7070
Customer::class,
7171
[
72-
'website_id' => '$website2.id$'
72+
'website_id' => 1
7373
],
7474
'customer'
7575
)

0 commit comments

Comments
 (0)