Skip to content
Snippets Groups Projects

[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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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);
  • Build triggered.

  • Andy Summers Added 1 commit:

    Added 1 commit:

  • Build triggered.

  • Looks good! :thumbsup:

  • Andy Summers Status changed to merged

    Status changed to merged

  • Andy Summers mentioned in commit 5f8515e6

    mentioned in commit 5f8515e6

  • Please register or sign in to reply
    Loading