Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement/356/cancel refund request #357

Closed
wants to merge 5 commits into from

Conversation

ybh1760
Copy link
Contributor

@ybh1760 ybh1760 commented Nov 18, 2021

Description

반품요청취소 기능을 구현하였습니다.
반품요청취소시 해당 주문상품의 claimStatus와 refundRequest를 null로 업데이트한 후
반품요청을 디비에서 삭제합니다.

mutations

  1. cancelSellerRefundRequest(seller, merchantUid)
  2. cancelRootRefundRequest(merchantUid)
    RefundRequestsService.cancel을 호출합니다.

QUEUE

refundRequest 서치 인덱스를 제거하기 위한 큐를 추가해주었습니다.

RefundRequestsService

  1. cancel(merchantUid)
    merchantUid를 가지는 반품요청을 데이터베이스에서 제거합니다.

Related Issues

resolve #356
fix #

Checklist

PR을 생성하기 전에 아래에서 만족한 요구사항들의 박스를 체크해주세요. ([x]) 원활하고 빠른 리뷰 프로세스를 위해 필요한 과정입니다.

  • 모든 변경점들을 확인했으며 적절히 알렸습니다.
  • Run npm run test or npm run test -u if you need to update snapshot.
  • I am willing to follow-up on review comments in a timely manner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[구현] 반품 취소 기능 구현
2 participants