Skip to content

Commit d0b1711

Browse files
committed
ACQE-8253: [AC-11810] [Issue] Magento2.4.6-p4 Order API Simple Item missing price
- Fixed webapi soap object has no id issue
1 parent fa9ce55 commit d0b1711

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
@@ -3,7 +3,6 @@
33
* Copyright 2025 Adobe
44
* All Rights Reserved.
55
*/
6-
76
declare(strict_types=1);
87

98
namespace Magento\Sales\Service\V1;
@@ -191,7 +190,7 @@ private function callOrderApi(string $orderId): array
191190
'service' => 'salesOrderRepositoryV1',
192191
'operation' => 'salesOrderRepositoryV1Get',
193192
'parameters' => [
194-
'orderId' => $orderId,
193+
'orderId' => ['id' => $orderId],
195194
],
196195
],
197196
]);

0 commit comments

Comments
 (0)