@@ -15,23 +15,24 @@ interface AdapterInterface
15
15
* @param array $serviceInfo <pre>
16
16
* array(
17
17
* 'rest' => array(
18
- * 'resourcePath' => $resourcePath, // e.g. /products/:id
19
- * 'httpMethod' => $httpMethod, // e.g. GET
18
+ * 'resourcePath' => $resourcePath, // e.g. /products/:id
19
+ * 'httpMethod' => $httpMethod, // e.g. GET
20
20
* 'token' => '21hasbtlaqy8t3mj73kjh71cxxkqj4aq' // optional : for token based Authentication. Will
21
21
* override default Oauth based authentication provided
22
22
* by test framework
23
23
* ),
24
24
* 'soap' => array(
25
- * 'service' => $soapService, // soap service name with Version suffix e.g. catalogProductV1, customerV2
26
- * 'operation' => $operation // soap operation name e.g. catalogProductCreate
25
+ * 'service' => $soapService, // soap service name with Version suffix e.g.
26
+ * catalogProductV1, customerV2
27
+ * 'operation' => $operation // soap operation name e.g. catalogProductCreate
27
28
* 'token' => '21hasbtlaqy8t3mj73kjh71cxxkqj4aq' // optional : for token based Authentication. Will
28
29
* override default Oauth based authentication provided
29
30
* by test framework
30
31
* ),
31
32
* OR
32
- * 'serviceInterface' => $phpServiceInterfaceName, // e.g. \Magento\Catalog\Api\ProductInterface
33
- * 'method' => $serviceMethodName // e.g. create
34
- * 'entityId' => $entityId // is used in REST route placeholder (if applicable)
33
+ * 'serviceInterface' => $phpServiceInterfaceName, // e.g. \Magento\Catalog\Api\ProductInterface
34
+ * 'method' => $serviceMethodName // e.g. create
35
+ * 'entityId' => $entityId // is used in REST route placeholder (if applicable)
35
36
* );
36
37
* </pre>
37
38
* @param array $arguments
0 commit comments