Skip to content

Commit

Permalink
Fix ApiRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliadeveza committed Feb 5, 2016
1 parent af98748 commit dd715bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Gerencianet/ApiRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ class ApiRequest
{
private $auth;
private $request;
private $options;

public function __construct(array $options = null)
{
$this->auth = new Auth($options);
$this->request = new Request($options);
$this->options = $options;
}

public function send($method, $route, $body)
Expand Down

0 comments on commit dd715bc

Please sign in to comment.