[BugFix] 배송지 변경 미반영 오류 수정 - #240
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR 유형
PR 체크리스트
PR 상세
배송지 목록에서 선택한 배송지 상태를 로컬 useState가 아닌 Zustand store에서 관리하도록 수정
배송지 목록 화면에서 선택한 배송지 ID를 전역 상태에 저장하도록 변경
결제 화면에서 Zustand에 저장된 배송지 ID와 일치하는 배송지를 우선적으로 사용
배송지 변경 후 결제 화면으로 돌아왔을 때 변경된 배송지가 정상적으로 표시되고, 실제 구매 요청에도 해당 배송지 ID가 전달되도록 수정
이슈
resolves #239