Example #1
0
 /**
  * 
  * @param GuzzleHttp\Client $client
  */
 public function __construct(Compropago\Client $client)
 {
     $this->client = $client->getHttp();
     $this->auth = $client->getAuth();
 }