update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
9
vendor/fedapay/fedapay-php/lib/Requestor.php
vendored
9
vendor/fedapay/fedapay-php/lib/Requestor.php
vendored
@@ -125,9 +125,12 @@ protected function defaultHeaders()
|
||||
$accountId = FedaPay::getAccountId();
|
||||
|
||||
$default = [
|
||||
'X-Version' => FedaPay::VERSION,
|
||||
'X-Api-Version' => $apiVersion,
|
||||
'X-Source' => 'FedaPay PhpLib',
|
||||
// Deprecated 'X-Version' => FedaPay::VERSION,
|
||||
'X-FedaPay-Lib-Version' => FedaPay::VERSION,
|
||||
// Deprecated 'X-Api-Version' => $apiVersion,
|
||||
'X-FedaPay-Api-Version' => $apiVersion,
|
||||
// Deprecated 'X-Source' => 'FedaPay PhpLib',
|
||||
'X-FedaPay-Lib' => 'FedaPay PhpLib',
|
||||
'Authorization' => "Bearer $auth"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user