update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
@@ -21,9 +21,9 @@ protected function setUpConfig()
|
||||
|
||||
\FedaPay\Requestor::setHttpClient(\FedaPay\HttpClient\CurlClient::instance());
|
||||
$this->defaultHeaders = [
|
||||
'X-Version' => \FedaPay\FedaPay::VERSION,
|
||||
'X-Api-Version' => \FedaPay\FedaPay::getApiVersion(),
|
||||
'X-Source' => 'FedaPay PhpLib',
|
||||
'X-FedaPay-Lib-Version' => \FedaPay\FedaPay::VERSION,
|
||||
'X-FedaPay-Api-Version' => \FedaPay\FedaPay::getApiVersion(),
|
||||
'X-FedaPay-Lib' => 'FedaPay PhpLib',
|
||||
'Authorization' => 'Bearer '. (self::API_KEY ?: self::OAUTH_TOKEN)
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user