Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: placeorder_dlgsm.php
<?php $this->load->library('CI_DLGSM_API'); $para['IMEI'] = $row->IMEINo; if($row->ExternalNetworkId != '') $para['ID'] = $row->ExternalNetworkId; if(orderDidNotGoToSupplier($row->CodeId)) { $this->CI_DLGSM_API->doAction('placeimeiorder', $row->AccountId, $MY_API_KEY, $row->ServerURL, $para); $arrResponse = $this->CI_DLGSM_API->getResult(); if(isset($arrResponse['ID']) && $arrResponse['ID'] > 0) { $ifCodeSentToServer = 1; $orderIdFromServer = $arrResponse['ID']; } } ?>