lvhao 3 tygodni temu
rodzic
commit
6ec75c1b02
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      core/CoreApp/controllers/Apiexpress.php

+ 1 - 1
core/CoreApp/controllers/Apiexpress.php

@@ -637,7 +637,7 @@ class Apiexpress extends Start_Controller {
         }
 
         if(empty($info['excontent'])){
-            echo json_encode(array('track'=>'','msg'=>'The item has not yet been shipped(please wait patiently)','success'=>0));exit;
+            echo json_encode(array('track'=>'','msg'=>'There might be some delays during the transit. Please wait patiently or contact customer service for more details.','success'=>0));exit;
         }
 
         if(strpos($info['excontent'],"[") !== false  && strpos($info['excontent'],"]") !== false ){