[ECOM-470] Add `SoapOrderLineService`
1 unresolved thread
This PR adds SoapOrderLineService
, the last SOAP service for [ECOM-214] WOOOOOO. Should be pretty straight forward, we've done this a bunch of times now.
Please review: @ahoffmann @weizhong-wang @lloyd-carter
Merge request reports
Activity
13 13 * 14 14 * @param string $username username 15 15 * @param string $password password 16 * @param \SoapClient|null $priceSoapClient Overriding SOAP client (for testing purposes) 16 * @param \SoapClient|null $soapClient Overriding SOAP client (for testing purposes) 17 17 */ 18 public function __construct($username, $password, \SoapClient $priceSoapClient = null); 18 public function __construct($username, $password, \SoapClient $soapClient = null); Added 1 commit:
-
6c65ac03 - Add
SoapOrderLineService
-
6c65ac03 - Add
Build finished. Tests PASSED. Build results available at: https://ia-builds.doit.wisc.edu:8443/job/cbs-techstore-client-php-master-pull-requests/62/
Build finished. Tests PASSED. Build results available at: https://ia-builds.doit.wisc.edu:8443/job/cbs-techstore-client-php-master-pull-requests/63/
mentioned in commit 5f8515e6
Please register or sign in to reply