Implement/356/cancel refund request #357
Closed
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.
Description
반품요청취소 기능을 구현하였습니다.
반품요청취소시 해당 주문상품의 claimStatus와 refundRequest를 null로 업데이트한 후
반품요청을 디비에서 삭제합니다.
mutations
RefundRequestsService.cancel을 호출합니다.
QUEUE
refundRequest 서치 인덱스를 제거하기 위한 큐를 추가해주었습니다.
RefundRequestsService
merchantUid를 가지는 반품요청을 데이터베이스에서 제거합니다.
Related Issues
resolve #356
fix #
Checklist
PR을 생성하기 전에 아래에서 만족한 요구사항들의 박스를 체크해주세요. (
[x]
) 원활하고 빠른 리뷰 프로세스를 위해 필요한 과정입니다.npm run test
ornpm run test -u
if you need to update snapshot.