Explorar el Código

fix bonus cancel and pay bug

stanley-king hace 8 años
padre
commit
187f3a2ec5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      data/model/predeposit.model.php

+ 1 - 1
data/model/predeposit.model.php

@@ -349,7 +349,7 @@ class predepositModel extends Model {
                 break;
             case 'refund':
                 if(isBonusExpiryDate()) {
-                    account_helper::onPredRefund('refund',$data['member_id'],$data['order_sn'],$data['refund_id']);
+                    //account_helper::onPredRefund('refund',$data['member_id'],$data['order_sn'],$data['refund_id']);
                     return true;
                 } else {
                     $data_log['lg_av_amount'] = $data['amount'];