Skip to content

Commit 5a9b2b9

Browse files
committed
Update readme
1 parent 7bbb0bf commit 5a9b2b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ $api = new Kravock\Netbank\API();
1717

1818
$accounts = $api->login('CLIENT_NUMBER', 'PASSWORD');
1919

20-
$accounts = $api->getTransactions($accounts[0], '12/04/2017', '22/04/2017');
20+
foreach ($accounts as $bsbNumber => $account) {
21+
$transactions = $api->getTransactions($accounts[0], '12/04/2017', '22/04/2017');
22+
}
23+
2124
```
2225

2326
## Change log

0 commit comments

Comments
 (0)