Skip to content

Commit 434aeb9

Browse files
committed
ACQE-8253: [AC-11810] [Issue] Magento2.4.6-p4 Order API Simple Item missing price
- Added SOAP operation
1 parent 5c4cfc5 commit 434aeb9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@ private function callOrderApi(string $orderId): array
137137
'resourcePath' => self::RESOURCE_PATH . '/' . $orderId,
138138
'httpMethod' => Request::HTTP_METHOD_GET,
139139
],
140+
'soap' => [
141+
'service' => 'salesOrderRepositoryV1',
142+
'operation' => 'salesOrderRepositoryV1Get',
143+
'parameters' => [
144+
'orderId' => $orderId,
145+
],
146+
],
140147
]);
141148
}
142149

0 commit comments

Comments
 (0)