Skip to content

Commit 16bbc16

Browse files
committed
ACQE-8253: [AC-11810] [Issue] Magento2.4.6-p4 Order API Simple Item missing price
- Added SOAP with ID
1 parent d6b7ebf commit 16bbc16

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ class OrderApiConfigurableVariationsPriceTest extends WebapiAbstract
3131
{
3232
private const RESOURCE_PATH = '/V1/orders';
3333

34-
/**
35-
* Service version
36-
*/
37-
public const SERVICE_VERSION = 'V1';
38-
3934
/**
4035
* Fixture storage manager for resolving test data.
4136
*
@@ -193,8 +188,10 @@ private function callOrderApi(string $orderId): array
193188
],
194189
'soap' => [
195190
'service' => 'salesOrderRepositoryV1',
196-
'serviceVersion' => self::SERVICE_VERSION,
197191
'operation' => 'salesOrderRepositoryV1Get',
192+
'parameters' => [
193+
'id' => (int)$orderId,
194+
],
198195
],
199196
]);
200197
}

0 commit comments

Comments
 (0)