You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
930 B
16 lines
930 B
diff a/app/Services/Spectre/Request/Request.php b/app/Services/Spectre/Request/Request.php (rejected hunks)
|
|
@@ -101,10 +101,10 @@ abstract class Request
|
|
$fullUrl,
|
|
[
|
|
'headers' => [
|
|
- 'Accept' => 'application/json',
|
|
- 'Content-Type' => 'application/json',
|
|
- 'App-id' => $this->getAppId(),
|
|
- 'Secret' => $this->getSecret(),
|
|
+ 'Accept' => 'application/json',
|
|
+ 'Content-Type' => 'application/json',
|
|
+ 'App-id' => $this->getAppId(),
|
|
+ 'Secret' => $this->getSecret(),
|
|
'User-Agent' => sprintf('Firefly III Spectre importer / %s / %s', config('importer.version'), config('auth.line_c')),
|
|
],
|
|
]
|