Skip to content

Commit

Permalink
Merge pull request #75 from styks1987/master
Browse files Browse the repository at this point in the history
Update Tradeability to use SoapRequest instead of Request
  • Loading branch information
stefandoorn committed Jan 9, 2016
2 parents 53ca1db + 8c0bdc5 commit cc2e61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tradeability.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ private function sendRequest($request, $endpoint, $operation, $wsdl)
public function getRequest()
{
if (null === $this->request) {
$this->request = new Request($this->logger);
$this->request = new SoapRequest($this->logger);
}

return $this->request;
Expand Down

0 comments on commit cc2e61d

Please sign in to comment.