Skip to content

Commit 3b3d63b

Browse files
authored
jp.yamato: Add TrackEventStatusCode case Delivered (in delivery box) (#211)
1 parent 4926290 commit 3b3d63b

File tree

1 file changed

+1
-0
lines changed
  • packages/core/src/carriers/jp.yamato

1 file changed

+1
-0
lines changed

packages/core/src/carriers/jp.yamato/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ class YamatoTrackScraper {
137137
case "輸送中": // In Transit
138138
return TrackEventStatusCode.InTransit;
139139
case "配達完了": // Delivered
140+
case "配達完了(宅配ボックス)": // Delivered (in delivery box)
140141
return TrackEventStatusCode.Delivered;
141142
}
142143

0 commit comments

Comments
 (0)