Skip to content

Commit 0f5db82

Browse files
committed
ACQE-8253: [AC-11810] [Issue] Magento2.4.6-p4 Order API Simple Item missing price
- Applied fix for webapi checks failed
1 parent fe616ae commit 0f5db82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,12 @@ private function callOrderApi(string $orderId): array
190190
'service' => 'salesOrderRepositoryV1',
191191
'operation' => 'salesOrderRepositoryV1Get',
192192
'parameters' => [
193-
'id' => $orderId,
193+
'orderId' => $orderId,
194194
],
195195
],
196196
]);
197197
}
198198

199-
200199
/**
201200
* Validates that simple items link correctly to one of the configurable parent items.
202201
*

0 commit comments

Comments
 (0)