Skip to content

Commit 0fd0863

Browse files
author
Tanniru, Murali(mtanniru)
committed
MAGETWO-51862: Automate test to create API Request to access other customer data using customer token.
- Update comments on Webapi/AdapterInterface.php
1 parent b78b3f0 commit 0fd0863

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/AdapterInterface.php

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ interface AdapterInterface
2424
* 'soap' => array(
2525
* 'service' => $soapService, // soap service name with Version suffix e.g. catalogProductV1, customerV2
2626
* 'operation' => $operation // soap operation name e.g. catalogProductCreate
27+
* 'token' => '21hasbtlaqy8t3mj73kjh71cxxkqj4aq' // optional : for token based Authentication. Will
28+
* override default Oauth based authentication provided
29+
* by test framework
2730
* ),
2831
* OR
2932
* 'serviceInterface' => $phpServiceInterfaceName, // e.g. \Magento\Catalog\Api\ProductInterface

0 commit comments

Comments
 (0)