Merge branch 'develop' of http://git.provm.cl/Incoviba/oficial into develop
This commit is contained in:
@ -156,7 +156,6 @@ class Search
|
||||
$pagos = [];
|
||||
try {
|
||||
$pagos = $this->pagoRepository->fetchByValue((int) $valor);
|
||||
error_log(var_export($pagos,true).PHP_EOL,3,'/logs/debug');
|
||||
} catch (EmptyResult) {}
|
||||
$results = [];
|
||||
foreach ($methods as $method) {
|
||||
|
Reference in New Issue
Block a user