Skip to content

Commit

Permalink
FIO API: Use new API endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed May 30, 2024
1 parent c027bd4 commit f141908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FioPaymentAuthorizator.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private function loadApiResult(): string
}

$url = sprintf(
'https://www.fio.cz/ib_api/rest/periods/%s/%s/%s/transactions.csv',
'https://fioapi.fio.cz/ib_api/rest/periods/%s/%s/%s/transactions.csv',
$this->privateKey,
sprintf('%d-%d-01', $year, $month),
date('Y-m-d'),
Expand Down

0 comments on commit f141908

Please sign in to comment.