Skip to content

Commit 3ffba44

Browse files
committed
ACQE-8253: [AC-11810] [Issue] Magento2.4.6-p4 Order API Simple Item missing price
- Applied fix for webapi checks fix
1 parent 03416d9 commit 3ffba44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderApiConfigurableVariationsPriceTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,9 @@ private function callOrderApi(string $orderId): array
190190
'service' => 'salesOrderRepositoryV1',
191191
'operation' => 'salesOrderRepositoryV1Get',
192192
'parameters' => [
193-
'order_id' => $orderId,
193+
'order_id' => [
194+
'id' => $orderId,
195+
],
194196
],
195197
],
196198
]);

0 commit comments

Comments
 (0)