Changeset 507 for pro-violet-viettel/sourcecode/application/modules/services/models/services_model.php
- Timestamp:
- Nov 14, 2014 5:15:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/services/models/services_model.php
r506 r507 134 134 public function cardPaidProcess ($aryCardInfo, &$aryTopupResult = array()) 135 135 { 136 /* 137 ["BalanceAfterTransaction"]=> 138 string(1) "0" 139 ["ErrorCode"]=> 140 string(3) "199" 141 ["ErrorMessage"]=> 142 string(29) "L?i exception Payment service" 143 ["LastLockedOutDate"]=> 144 string(19) "0001-01-01T00:00:00" 145 ["RemainTimeToUnLock"]=> 146 string(1) "0" 147 ["Success"]=> 148 string(5) "false" 149 ["TransactionAmount"]=> 150 string(1) "0" 151 ["TransactionID"]=> 152 string(1) "0" 153 ["TransactionTime"]=> 154 string(19) "0001-01-01T00:00:00" 155 */ 136 156 $url = $this->config->item('topup_service_url'); 137 157 $action = 'http://tempuri.org/ITopupService/TopUp';
Note: See TracChangeset
for help on using the changeset viewer.