- Timestamp:
- Nov 14, 2014 7:03:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/services/models/services_model.php
r513 r517 167 167 $client->operation = $action; 168 168 169 $result = $client->send($ this->_xmlHeader.$xml, $operation);169 $result = $client->send($xml, $operation); 170 170 171 171 if ($client->fault) {
Note: See TracChangeset
for help on using the changeset viewer.