Ejemplo n.º 1
0
 public function toArray()
 {
     return array_merge(parent::toArray(), ['operations' => $this->operations, 'total_refundable' => $this->total_refundable]);
 }
Ejemplo n.º 2
0
 public function toArray()
 {
     return array_merge(parent::toArray(), ['operations' => $this->operations]);
 }