feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
178 changed files with 599 additions and 6500 deletions
Showing only changes of commit bc3d739af9 - Show all commits

View File

@ -47,7 +47,7 @@ class Customer extends Ideal\Repository
/**
* @param string $rut
* @return \Incoviba\Model\Venta\MediosPago\Toku\Customer
* @return Model\Venta\MediosPago\Toku\Customer
* @throws Implement\Exception\EmptyResult
*/
public function fetchByRut(string $rut): Model\Venta\MediosPago\Toku\Customer
@ -68,7 +68,7 @@ class Customer extends Ideal\Repository
/**
* @param string $toku_id
* @return \Incoviba\Model\Venta\MediosPago\Toku\Customer
* @return Model\Venta\MediosPago\Toku\Customer
* @throws Implement\Exception\EmptyResult
*/
public function fetchByTokuId(string $toku_id): Model\Venta\MediosPago\Toku\Customer

View File

@ -107,7 +107,7 @@ class Persona extends Ideal\Service
/**
* @param array $ruts
* @param bool $load
* @return array
* @return array|null
* @throws Create
* @throws Read
*/
@ -120,7 +120,7 @@ class Persona extends Ideal\Service
}
$data = [];
$datos = [];
foreach ($propietarios as $i => $propietario) {
foreach ($propietarios as $propietario) {
$data []= [
'rut' => $propietario->rut,
'digito' => $propietario->dv,