コード例 #1
0
ファイル: Order.php プロジェクト: kshar1989/dianpou
 public function toArray()
 {
     return array_merge(parent::toArray(), ['operations' => $this->operations, 'total_refundable' => $this->total_refundable]);
 }
コード例 #2
0
ファイル: Refund.php プロジェクト: kshar1989/dianpou
 public function toArray()
 {
     return array_merge(parent::toArray(), ['operations' => $this->operations]);
 }