@@ -1148,7 +1148,12 @@ function __construct(){
}else{
$exstate = $this->usps_status->getState($res['statusSummary'],$res['trackingEvents'],$dataprovince);
}
-
+ if($exstate == 0){
+ $len = count($res['trackingEvents']);
+ if($len > 0){
+ $exstate = 1;
+ }