File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Picqer/Financials/Moneybird Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments