Skip to content

Commit 8473c4f

Browse files
committed
add tracking method comment
1 parent 6f2db5e commit 8473c4f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Apis/OrderApi.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ public function orderDetails($trackingId)
3737
return $response->parcel;
3838
}
3939

40+
/**
41+
* Parcel tracking
42+
*
43+
* @param string $trackingId
44+
*
45+
* @return mixed
46+
* @throws GuzzleException
47+
* @throws RedxException
48+
*/
4049
public function tracking($trackingId)
4150
{
4251
$response = $this->authorization()->send("GET", "v1.0.0-beta/parcel/track/{$trackingId}");

0 commit comments

Comments
 (0)