Skip to content

Commit 7e64392

Browse files
AC-5986::Unable to update cart item custom option values with REST API - updated comment
1 parent eb02e7a commit 7e64392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public function testAddtoCartWithCustomOptionsForCreatingQuoteFromEmptyCart()
188188
]
189189
];
190190

191-
// Delete the item for the cart
191+
// Update the item for the cart
192192
$serviceInfoForUpdateProduct = [
193193
'rest' => [
194194
'resourcePath' => self::RESOURCE_PATH . $quoteId . '/items/' . $item['item_id'],

0 commit comments

Comments
 (0)