Skip to content

Commit 394dd7e

Browse files
author
Prabhu Ram
committed
minor fix
1 parent 38504fd commit 394dd7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Bundle/AddBundleProductToCartSingleMutationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,11 @@ private function getMutationsQuery(
309309
"{$optionUid1}", "{$optionUid0}"
310310
],
311311
entered_options: [{
312-
uid: "{$optionUid0}"
312+
id: "{$optionUid0}"
313313
value: "5"
314314
},
315315
{
316-
uid: "{$optionUid1}"
316+
id: "{$optionUid1}"
317317
value: "5"
318318
}]
319319
}

0 commit comments

Comments
 (0)