Skip to content

Commit

Permalink
Merge pull request #54 from radimvaculik/patch-1
Browse files Browse the repository at this point in the history
Nová API URL
  • Loading branch information
h4kuna authored May 30, 2024
2 parents 83298b7 + 92d5b60 commit e5bda16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Utils/Fio.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}

/**
* @see doc https://www.fio.sk/docs/cz/API_Bankovnictvi.pdf
* @support 1.7.7
* @see doc https://www.fio.cz/docs/cz/API_Bankovnictvi.pdf
* @support 1.8
*/
final class Fio
{
/** @var string url Fio REST API */
public const REST_URL = 'https://www.fio.cz/ib_api/rest/';
public const REST_URL = 'https://fioapi.fio.cz/v1/rest/';

private function __construct()
{
Expand Down

0 comments on commit e5bda16

Please sign in to comment.