|
|
@@ -341,7 +341,6 @@ class RechargeForm extends Model {
|
|
|
throw new Exception(Form::formatErrorsForApi($rechargeLogModel->getErrors()));
|
|
|
}
|
|
|
|
|
|
- $rechargeModel->UPDATED_AT = $nowTime;
|
|
|
$rechargeModel->TYPE = $this->rechargeType;
|
|
|
if (!$rechargeModel->save()) {
|
|
|
throw new Exception(Form::formatErrorsForApi($rechargeModel->getErrors()));
|