We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad840b commit 01ffb60Copy full SHA for 01ffb60
example/example.php
@@ -108,7 +108,7 @@ function connect(): \Picqer\Financials\Exact\Connection
108
setValue('authorizationcode', $_GET['code']);
109
}
110
111
-// If we do not have a authorization code, authorize first to setup tokens
+// If we do not have an authorization code, authorize first to set up tokens
112
if (getValue('authorizationcode') === null) {
113
authorize();
114
0 commit comments