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 7bbb0bf commit 5a9b2b9Copy full SHA for 5a9b2b9
README.md
@@ -17,7 +17,10 @@ $api = new Kravock\Netbank\API();
17
18
$accounts = $api->login('CLIENT_NUMBER', 'PASSWORD');
19
20
-$accounts = $api->getTransactions($accounts[0], '12/04/2017', '22/04/2017');
+foreach ($accounts as $bsbNumber => $account) {
21
+ $transactions = $api->getTransactions($accounts[0], '12/04/2017', '22/04/2017');
22
+}
23
+
24
```
25
26
## Change log
0 commit comments