Skip to content

Commit d6b7ebf

Browse files
committed
ACQE-8253: [AC-11810] [Issue] Magento2.4.6-p4 Order API Simple Item missing price
- Removed SOAP parameters
1 parent 3ffba44 commit d6b7ebf

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ 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+
3439
/**
3540
* Fixture storage manager for resolving test data.
3641
*
@@ -188,12 +193,8 @@ private function callOrderApi(string $orderId): array
188193
],
189194
'soap' => [
190195
'service' => 'salesOrderRepositoryV1',
196+
'serviceVersion' => self::SERVICE_VERSION,
191197
'operation' => 'salesOrderRepositoryV1Get',
192-
'parameters' => [
193-
'order_id' => [
194-
'id' => $orderId,
195-
],
196-
],
197198
],
198199
]);
199200
}

0 commit comments

Comments
 (0)