Skip to content
This repository was archived by the owner on Apr 18, 2018. It is now read-only.

Commit 0824710

Browse files
committed
nové id u Fio (snad to takhle mají nastálo)
1 parent 1137904 commit 0824710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/modules/site-module/SiteModule/Pages/Fio/PageService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function getTransfers($accountNumber, $maxItems = null, DateTime $dateFro
5050
$dom->loadHTML($data);
5151

5252
$finder = new \DomXPath($dom);
53-
$nodes = $finder->query('//table[@id="id8"]//tbody//tr');
53+
$nodes = $finder->query('//table[substring(@id, 1, 2) = "id"]/tbody/tr');
5454

5555
$transfers = array();
5656
/** @var \DOMElement $node */

0 commit comments

Comments
 (0)