mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-29 17:34:09 +00:00
New UI to show YD Order Tracking infomation
This commit is contained in:
@@ -18,7 +18,8 @@ class OrderTrackingResource extends JsonResource
|
||||
return [
|
||||
'id' => $this->id,
|
||||
// 'tracking_no' => $this->tracking_no,
|
||||
'tracking' => $this->tracking_english . ($this->remark_english ? " (" . $this->remark_english . ")" : ''),
|
||||
'tracking' => $this->tracking . ($this->remark ? " (" . $this->remark . ")" : ''),
|
||||
'tracking_english' => $this->tracking_english . ($this->remark_english ? " (" . $this->remark_english . ")" : ''),
|
||||
'tracking_time' => $this->tracking_time,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user