Changeset 883 for pro-violet-viettel/sourcecode/application/modules/services/models/services_model.php
- Timestamp:
- Apr 7, 2015 1:52:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/services/models/services_model.php
r838 r883 336 336 ); 337 337 338 $xml = $this->load->view(' charging', $aryParams, true);338 $xml = $this->load->view('services/charging', $aryParams, true); 339 339 $client = new nusoap_client($url); 340 340 $client->useHTTPPersistentConnection(); … … 342 342 $client->operation = $action; 343 343 $result = $client->send($xml, $action); 344 345 344 if ($client->fault) { 346 345 return _SBG_CHARGING_FAIL; … … 395 394 ); 396 395 397 $xml = $this->load->view(' mt', $aryParams, true);396 $xml = $this->load->view('services/mt', $aryParams, true); 398 397 $url = $this->config->item('mt_service_url'); 399 398 $client = new nusoap_client($url);
Note: See TracChangeset
for help on using the changeset viewer.