Skip to content

Commit f141908

Browse files
authored
FIO API: Use new API endpoint.
1 parent c027bd4 commit f141908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FioPaymentAuthorizator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private function loadApiResult(): string
6060
}
6161

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

0 commit comments

Comments
 (0)