Ignore:
Timestamp:
Apr 7, 2015 1:52:40 PM (10 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

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

    r838 r883  
    336336                );
    337337
    338                 $xml = $this->load->view('charging', $aryParams, true);
     338                $xml = $this->load->view('services/charging', $aryParams, true);
    339339                $client = new nusoap_client($url);
    340340                $client->useHTTPPersistentConnection();
     
    342342                $client->operation = $action;
    343343                $result = $client->send($xml, $action);
    344 
    345344                if ($client->fault) {
    346345                        return _SBG_CHARGING_FAIL;
     
    395394                );
    396395               
    397                 $xml = $this->load->view('mt', $aryParams, true);
     396                $xml = $this->load->view('services/mt', $aryParams, true);
    398397                $url = $this->config->item('mt_service_url');
    399398                $client = new nusoap_client($url);
Note: See TracChangeset for help on using the changeset viewer.