Skip to content

Commit

Permalink
Testing mode can be setten from ConnectionSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
lashnev committed May 23, 2019
1 parent e9f53cf commit 3e78a6a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/clients/BaseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@ public function getHeaders(){
public function getHttpCode(){
return $this->httpCode;
}

/**
* Set test mode
* @return self
*/
public function setTest(){
$this->baseUrl = 'https://api.sandbox.connectum.eu';
return $this;
}

/**
* Set log
Expand Down

0 comments on commit 3e78a6a

Please sign in to comment.