Skip to content

Commit

Permalink
Merge pull request avadev#150 from avadev/21.9.0
Browse files Browse the repository at this point in the history
SDK Release 21.9.0
  • Loading branch information
svc-developer authored Oct 12, 2021
2 parents 70eeb60 + 95240cc commit b7def27
Show file tree
Hide file tree
Showing 4 changed files with 7,005 additions and 6,571 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; 21.8.0; {$this->machineName}"
'X-Avalara-Client' => "{$this->appName}; {$this->appVersion}; PhpRestClient; 21.9.0; {$this->machineName}"
];
} else {
$guzzleParams['headers'] = [
'Accept' => 'application/json',
'Authorization' => 'Bearer '.$this->auth[0],
'X-Avalara-Client' => "{$this->appName}; {$this->appVersion}; PhpRestClient; 21.8.0; {$this->machineName}"
'X-Avalara-Client' => "{$this->appName}; {$this->appVersion}; PhpRestClient; 21.9.0; {$this->machineName}"
];
}
// timeout for 1200s (20 min)
Expand Down
Loading

0 comments on commit b7def27

Please sign in to comment.