We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffba44 commit d6b7ebfCopy full SHA for d6b7ebf
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderApiConfigurableVariationsPriceTest.php
@@ -31,6 +31,11 @@ class OrderApiConfigurableVariationsPriceTest extends WebapiAbstract
31
{
32
private const RESOURCE_PATH = '/V1/orders';
33
34
+ /**
35
+ * Service version
36
+ */
37
+ public const SERVICE_VERSION = 'V1';
38
+
39
/**
40
* Fixture storage manager for resolving test data.
41
*
@@ -188,12 +193,8 @@ private function callOrderApi(string $orderId): array
188
193
],
189
194
'soap' => [
190
195
'service' => 'salesOrderRepositoryV1',
196
+ 'serviceVersion' => self::SERVICE_VERSION,
191
197
'operation' => 'salesOrderRepositoryV1Get',
192
- 'parameters' => [
- 'order_id' => [
- 'id' => $orderId,
- ],
198
199
]);
200
}
0 commit comments