From f141908b463f986bb49b05fd93fe6cdc64565dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bar=C3=A1=C5=A1ek?= Date: Thu, 30 May 2024 13:34:36 +0200 Subject: [PATCH] FIO API: Use new API endpoint. --- src/FioPaymentAuthorizator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FioPaymentAuthorizator.php b/src/FioPaymentAuthorizator.php index 8759067..619be8e 100644 --- a/src/FioPaymentAuthorizator.php +++ b/src/FioPaymentAuthorizator.php @@ -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'),