Skip to content

Commit e5bda16

Browse files
authored
Merge pull request #54 from radimvaculik/patch-1
Nová API URL
2 parents 83298b7 + 92d5b60 commit e5bda16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Utils/Fio.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
}
1111

1212
/**
13-
* @see doc https://www.fio.sk/docs/cz/API_Bankovnictvi.pdf
14-
* @support 1.7.7
13+
* @see doc https://www.fio.cz/docs/cz/API_Bankovnictvi.pdf
14+
* @support 1.8
1515
*/
1616
final class Fio
1717
{
1818
/** @var string url Fio REST API */
19-
public const REST_URL = 'https://www.fio.cz/ib_api/rest/';
19+
public const REST_URL = 'https://fioapi.fio.cz/v1/rest/';
2020

2121
private function __construct()
2222
{

0 commit comments

Comments
 (0)