Skip to content

Commit c494cba

Browse files
AC-5986::Unable to update cart item custom option values with REST API-Fixed Static test failure
1 parent 77d3dbd commit c494cba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ class GuestCartAddingItemsTest extends WebapiAbstract
2828
* @var \Magento\TestFramework\ObjectManager
2929
*/
3030
protected $objectManager;
31+
32+
/**
33+
* @var ProductResource|mixed
34+
*/
35+
private mixed $productResource;
3136

3237
protected function setUp(): void
3338
{

0 commit comments

Comments
 (0)