Cleanup
This commit is contained in:
@ -47,7 +47,7 @@ class Customer extends Ideal\Repository
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $rut
|
* @param string $rut
|
||||||
* @return \Incoviba\Model\Venta\MediosPago\Toku\Customer
|
* @return Model\Venta\MediosPago\Toku\Customer
|
||||||
* @throws Implement\Exception\EmptyResult
|
* @throws Implement\Exception\EmptyResult
|
||||||
*/
|
*/
|
||||||
public function fetchByRut(string $rut): Model\Venta\MediosPago\Toku\Customer
|
public function fetchByRut(string $rut): Model\Venta\MediosPago\Toku\Customer
|
||||||
@ -68,7 +68,7 @@ class Customer extends Ideal\Repository
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $toku_id
|
* @param string $toku_id
|
||||||
* @return \Incoviba\Model\Venta\MediosPago\Toku\Customer
|
* @return Model\Venta\MediosPago\Toku\Customer
|
||||||
* @throws Implement\Exception\EmptyResult
|
* @throws Implement\Exception\EmptyResult
|
||||||
*/
|
*/
|
||||||
public function fetchByTokuId(string $toku_id): Model\Venta\MediosPago\Toku\Customer
|
public function fetchByTokuId(string $toku_id): Model\Venta\MediosPago\Toku\Customer
|
||||||
|
@ -107,7 +107,7 @@ class Persona extends Ideal\Service
|
|||||||
/**
|
/**
|
||||||
* @param array $ruts
|
* @param array $ruts
|
||||||
* @param bool $load
|
* @param bool $load
|
||||||
* @return array
|
* @return array|null
|
||||||
* @throws Create
|
* @throws Create
|
||||||
* @throws Read
|
* @throws Read
|
||||||
*/
|
*/
|
||||||
@ -120,7 +120,7 @@ class Persona extends Ideal\Service
|
|||||||
}
|
}
|
||||||
$data = [];
|
$data = [];
|
||||||
$datos = [];
|
$datos = [];
|
||||||
foreach ($propietarios as $i => $propietario) {
|
foreach ($propietarios as $propietario) {
|
||||||
$data []= [
|
$data []= [
|
||||||
'rut' => $propietario->rut,
|
'rut' => $propietario->rut,
|
||||||
'digito' => $propietario->dv,
|
'digito' => $propietario->dv,
|
||||||
|
Reference in New Issue
Block a user