Pārlūkot izejas kodu

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

master
sosuke.iwabuchi pirms 1 gada
vecāks
revīzija
61fcb4bc52
1 mainītis faili ar 1 papildinājumiem un 8 dzēšanām
  1. +1
    -8
      app/Http/API/SMBC/BankAccountRegister/PollResult.php

+ 1
- 8
app/Http/API/SMBC/BankAccountRegister/PollResult.php Parādīt failu

@@ -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;
}


Notiek ielāde…
Atcelt
Saglabāt