Przeglądaj źródła

SMBCフッターのデータ件数は考慮しないように修正

master
sosuke.iwabuchi 1 rok temu
rodzic
commit
61fcb4bc52
1 zmienionych plików z 1 dodań i 8 usunięć
  1. +1
    -8
      app/Http/API/SMBC/BankAccountRegister/PollResult.php

+ 1
- 8
app/Http/API/SMBC/BankAccountRegister/PollResult.php Wyświetl plik

@@ -134,14 +134,7 @@ class PollResult
return false;
}

$count = intval($footer->get(self::IDX_FOOTER_COUNT));

if ($count !== $this->body->count()) {
$this->success = false;
$this->message = sprintf("読込件数に差異あり %d : %d", $count, $this->body->count());
return false;
}
$this->count = $count;
$this->count = $this->body->count();

return true;
}


Ładowanie…
Anuluj
Zapisz