Example #1
0
 public function getPayment()
 {
     return $this->hasOne(Kiwi::getPaymentClass(), ['order_id' => 'order_id']);
 }