Listado de Precios para Contrato Broker
This commit is contained in:
@ -32,6 +32,15 @@ class Contract extends Common\Ideal\Model
|
||||
return $this->current;
|
||||
}
|
||||
|
||||
protected array $promotions = [];
|
||||
public function promotions(): array
|
||||
{
|
||||
if (count($this->promotions) === 0) {
|
||||
$this->promotions = $this->runFactory('promotions');
|
||||
}
|
||||
return $this->promotions;
|
||||
}
|
||||
|
||||
protected function jsonComplement(): array
|
||||
{
|
||||
return [
|
||||
|
Reference in New Issue
Block a user