Skip to content

Commit

Permalink
Merge pull request #114 from avadev/20.1-Release
Browse files Browse the repository at this point in the history
20.1-Release update
  • Loading branch information
contygm authored Feb 10, 2020
2 parents c02bd74 + dae5ae3 commit d244c05
Show file tree
Hide file tree
Showing 4 changed files with 510 additions and 3,413 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.12.1; {$this->machineName}"
'X-Avalara-Client' => "{$this->appName}; {$this->appVersion}; PhpRestClient; 20.1.0; {$this->machineName}"
];
} else {
$guzzleParams['headers'] = [
'Accept' => 'application/json',
'Authorization' => 'Bearer '.$this->auth[0],
'X-Avalara-Client' => "{$this->appName}; {$this->appVersion}; PhpRestClient; 19.12.1; {$this->machineName}"
'X-Avalara-Client' => "{$this->appName}; {$this->appVersion}; PhpRestClient; 20.1.0; {$this->machineName}"
];
}

Expand Down
Loading

0 comments on commit d244c05

Please sign in to comment.