|
|
@ -666,10 +666,10 @@ class PaymentService extends AbstractService
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$withdraw->third_order_no = $params['third_order_no'];
|
|
|
|
$withdraw->third_withdraw_no = $params['third_order_no'];
|
|
|
|
$withdraw->status = $params['status'];
|
|
|
|
$withdraw->status = $params['status'];
|
|
|
|
$withdraw->fee = $params['fee'];
|
|
|
|
$withdraw->fee = $params['fee'] ?? 0;
|
|
|
|
$withdraw->fee_acc = $params['fee_acc'] ?? '';
|
|
|
|
$withdraw->fee_acc = $params['fee_acc'] ?? 0;
|
|
|
|
$withdraw->finished_at = $params['finished_at'] ?? null;
|
|
|
|
$withdraw->finished_at = $params['finished_at'] ?? null;
|
|
|
|
$withdraw->save();
|
|
|
|
$withdraw->save();
|
|
|
|
return $withdraw;
|
|
|
|
return $withdraw;
|
|
|
|