-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- useOrderTracking 훅에서 배송 추적 이벤트를 처리하기 위해 TrackingResponseEvent 타입을 추가했습니다. - 배송 상태 업데이트 로직을 개선하여 새로운 이벤트 구조를 반영하고, 이벤트에 고유 키를 부여하여 데이터 관리의 일관성을 높였습니다. - DeliveryTrackingResponse 타입에 _key 필드를 추가하여 이벤트의 고유성을 보장했습니다.
- Loading branch information
1 parent
cf49ae2
commit 7c5c3be
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters