Ignore:
Timestamp:
Nov 18, 2014 2:16:30 PM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/services/models/services_model.php

    r529 r556  
    133133                                else {
    134134                                        $smsReturn = $this->objUserModel->rechargeAccount($userName, $amount);
    135                                 }
     135                                        if (_SBG_MO_PAY_TO_ACCOUNT_FOR) {
     136                                                $smsMT = $smsReturn .' tu thue bao '. $sentNumber;
     137                                                $sendMT = $this->sendMT($userName, $smsMT);
     138                                        }
     139                                }
     140                               
    136141                                //write to paid log
     142                                //$this->objUserModel->insertPaidlog();
    137143                                break;
    138144                        case _SBG_MO_UNSUBSCRIBE_SERVICE:
    139                                 break;
    140145                        case _SBG_MO_SYNTAX_ERR:
    141146                        default:
Note: See TracChangeset for help on using the changeset viewer.