Changeset 556 for pro-violet-viettel/sourcecode/application/modules/services/models/services_model.php
- Timestamp:
- Nov 18, 2014 2:16:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/services/models/services_model.php
r529 r556 133 133 else { 134 134 $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 136 141 //write to paid log 142 //$this->objUserModel->insertPaidlog(); 137 143 break; 138 144 case _SBG_MO_UNSUBSCRIBE_SERVICE: 139 break;140 145 case _SBG_MO_SYNTAX_ERR: 141 146 default:
Note: See TracChangeset
for help on using the changeset viewer.