Changeset 550 for trunk/Modules/FinanceBankAPI/Fio.php
- Timestamp:
- Jul 7, 2013, 7:37:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FinanceBankAPI/Fio.php
r548 r550 51 51 foreach($Response as $Index => $Line) 52 52 { 53 53 if(($Index == 0) and (substr($Line, 0, strlen(GPC_TYPE_REPORT)) != GPC_TYPE_REPORT)) $this->NoValidDataError($Response); 54 54 $GPCLine = $GPC->ParseLine($Line); 55 55 if($GPCLine != NULL) $Result[] = $GPCLine;
Note:
See TracChangeset
for help on using the changeset viewer.