Skip to content

Commit b5b36c5

Browse files
authored
Merge pull request #651 from weha/main
added getState function to be able to use it in the callbackfunctions #649
2 parents 5ec0ae3 + a0a7d62 commit b5b36c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Picqer/Financials/Exact/Connection.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,11 @@ public function setForceLogin(bool $forceLogin): void
423423
$this->forceLogin = $forceLogin;
424424
}
425425

426+
public function getState()
427+
{
428+
return $this->state;
429+
}
430+
426431
public function setState(string $state): void
427432
{
428433
$this->state = $state;

0 commit comments

Comments
 (0)