fix: 릴리즈 리뷰 반영 (설명/이미지 필수 옵션 선택 시 주문 거절) - #210
Conversation
릴리즈 PR #209 Codex 지적 반영. option_requires_description/image가 켜진 옵션 그룹은 판매자가 요구한 커스텀 정보 없이는 주문이 완성되지 않는데, 체크아웃이 플래그를 읽지 않아 스냅샷만으로 SUBMITTED가 됐다. - findProductDetailById에 두 플래그 로드 추가 - 해당 그룹 옵션을 선택한 주문은 커스텀 체크아웃 확장 전까지 거절 (미선택이면 기존대로 허용) - 회귀 테스트 1건 추가
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🧹 knip — dead-code 리포트전체 리포트
|
🩺 NestJS Doctor — 89/100 (Good)진단 282건 (error 0).
architecture / security 상위 항목
|
Coverage report
Test suite run success1602 tests passing in 187 suites. Report generated by 🧪jest coverage report action from 1f4be4c |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
배경
릴리즈 PR #209의 Codex 지적 반영입니다.
option_requires_description/option_requires_image가 켜진 옵션 그룹은 판매자가 요구한 커스텀 정보(문구·이미지)가 있어야 주문이 완성되는데, 체크아웃이 이 플래그를 읽지 않아 스냅샷만으로 SUBMITTED가 될 수 있었습니다.변경점
findProductDetailById에 두 플래그 로드 추가.OPTION_CUSTOMIZATION_REQUIRED).그룹을 선택하지 않으면 기존대로 허용됩니다.
검증