Skip to content

Commit d2e5a8f

Browse files
committed
statements example update
1 parent 9fa4fa3 commit d2e5a8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Examples/statements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
$account = Shr::cfg('CSAS_ACCOUNT_IBAN');
3939
'AA195E7DB499B4D9F48D46C208625FF53F2245F7';
4040

41-
$result = $apiInstance->getStatements($account, $fromDate->format('Y-m-d'), $toDate->format('Y-m-d'));
41+
$result = $apiInstance->getAccountStatements($account, $fromDate->format('Y-m-d'), $toDate->format('Y-m-d'));
4242

4343
print_r($result);
4444
} catch (Exception $e) {

lib/ApiException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class ApiException extends \Exception
5858
/**
5959
* The deserialized response object.
6060
*/
61-
protected null|\stdClass|string $responseObject;
61+
protected $responseObject;
6262

6363
/**
6464
* Constructor.

0 commit comments

Comments
 (0)