Skip to content

Commit ca39f07

Browse files
Update Connection.php
1 parent a26842c commit ca39f07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Picqer/Financials/Moneybird/Connection.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,11 +351,11 @@ public function upload($url, $options)
351351
public function getAuthUrl()
352352
{
353353
return $this->authUrl . '?' . http_build_query([
354-
'client_id' => $this->clientId,
355-
'redirect_uri' => $this->redirectUrl,
354+
'client_id' => $this->clientId,
355+
'redirect_uri' => $this->redirectUrl,
356356
'response_type' => 'code',
357-
'state' => $this->state,
358-
'scope' => $this->scopes ? implode(' ', $this->scopes) : 'sales_invoices documents estimates bank time_entries settings',
357+
'state' => $this->state,
358+
'scope' => $this->scopes ? implode(' ', $this->scopes) : 'sales_invoices documents estimates bank time_entries settings',
359359
]);
360360
}
361361

0 commit comments

Comments
 (0)