-
Notifications
You must be signed in to change notification settings - Fork 0
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
[feature/7-desserts-patchDessert] [판매자] 상품 수정 API에 디자인 요금 추가 구현 #180
[feature/7-desserts-patchDessert] [판매자] 상품 수정 API에 디자인 요금 추가 구현 #180
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐿️
@@ -110,6 +116,9 @@ public enum BaseResponseStatus { | |||
NO_MATCH_ORDER_STATUS(false, 3702, "가능한 주문 상태가 아닙니다."), | |||
INVALID_ORDER_STATUS(false, 3703, "존재하지 않는 주문 상태 입니다."), | |||
|
|||
// option(3800~3899) | |||
INVALID_OPTION_IDX(false, 3800, "존재하지 않는 옵션입니다."), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
근데 생각해보니까 옵션관련 오류는 상품쪽으로 들어가도 되지 않을까요??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아아 조아요! 디저트 쪽으로 옮길게용
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
옮겼슴다~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍
📚 이슈 번호
#160
💬 기타 사항