Skip to content

Commit

Permalink
Merge pull request #92 from avadev/v19.3.0
Browse files Browse the repository at this point in the history
Update for v19.3.0
  • Loading branch information
contygm authored Mar 21, 2019
2 parents d2c01a5 + 3dd19c8 commit 9c54d95
Show file tree
Hide file tree
Showing 4 changed files with 2,528 additions and 1,810 deletions.
4 changes: 2 additions & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@ protected function restCall($apiUrl, $verb, $guzzleParams)
}
$guzzleParams['headers'] = [
'Accept' => 'application/json',
'X-Avalara-Client' => "{$this->appName}; {$this->appVersion}; PhpRestClient; 19.2.0; {$this->machineName}"
'X-Avalara-Client' => "{$this->appName}; {$this->appVersion}; PhpRestClient; 19.3.0; {$this->machineName}"
];
} else {
$guzzleParams['headers'] = [
'Accept' => 'application/json',
'Authorization' => 'Bearer '.$this->auth[0],
'X-Avalara-Client' => "{$this->appName}; {$this->appVersion}; PhpRestClient; 19.2.0; {$this->machineName}"
'X-Avalara-Client' => "{$this->appName}; {$this->appVersion}; PhpRestClient; 19.3.0; {$this->machineName}"
];
}

Expand Down
Loading

0 comments on commit 9c54d95

Please sign in to comment.