Skip to content
Snippets Groups Projects

[ECOM-470] Add `SoapOrderLineService`

1 unresolved thread
10 files
+ 1082
2
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -13,7 +13,7 @@ interface SoapService extends Service
*
* @param string $username username
* @param string $password password
* @param \SoapClient|null $priceSoapClient Overriding SOAP client (for testing purposes)
* @param \SoapClient|null $soapClient Overriding SOAP client (for testing purposes)
*/
public function __construct($username, $password, \SoapClient $priceSoapClient = null);
public function __construct($username, $password, \SoapClient $soapClient = null);
Please register or sign in to reply
}
Loading