Ignore:
Timestamp:
May 11, 2022, 12:14:42 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Removed commended out print_r and echo commands used only for debugging.
Location:
trunk/Modules/FinanceBankAPI
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/FinanceBankAPI/Fio.php

    r887 r929  
    4444      while ($Response[0] != '') array_shift($Response);
    4545      array_shift($Response); // Remove empty line
    46       //echo(implode("\n", $Response));
    4746
    4847      // Parse all GPC lines
  • trunk/Modules/FinanceBankAPI/FioDemo.php

    r873 r929  
    66$Fio->Token = '';
    77$Records = $Fio->Import(time() - 3600 * 24 * 31 * 2, time());
    8 //print_r($Records);
    98
    109echo('<!DOCTYPE html>');
  • trunk/Modules/FinanceBankAPI/ImportPS.php

    r887 r929  
    2020      $Value = str_replace('\"', '"', $Value);
    2121      $Data[$Key] = str_getcsv($Value, ',', '"', "\\");
    22       //print_r($Data[$Key]);
     22     
    2323      foreach ($Data[$Key] as $Key2 => $Value2)
    2424      {
Note: See TracChangeset for help on using the changeset viewer.