Browse Source

feature/EK-3322

ryan 3 months ago
parent
commit
d71ae3b1d4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      common/models/forms/RechargeForm.php

+ 0 - 1
common/models/forms/RechargeForm.php

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