Example #1
0
 public function __construct(ConnectionConfig $config, Account $account)
 {
     $this->client = $config->getHttpClient(ConnectionConfig::VERSION_1);
     $this->account = $account;
     $version = ClientInterface::VERSION;
     $this->clientVersion = $version[0];
 }
Example #2
0
 public function __construct(ConnectionConfig $config, Account $account)
 {
     $this->client = $config->getHttpClient(ConnectionConfig::VERSION_1);
     $this->account = $account;
 }