diff --git a/src/Producto.php b/src/Producto.php index b1b6648..93cf088 100644 --- a/src/Producto.php +++ b/src/Producto.php @@ -114,6 +114,7 @@ class Producto extends Model { $this->id = $data->id ?? null; $this->nombre = $data->nombre; $this->segmento = $data->segmento; + $this->valor = $data->valor; $this->direccion = new Direccion(); $this->direccion->map($data); $this->valor($data->valor);