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

쿠폰 할인 유형 관련 싱크업 #172

Merged
merged 6 commits into from
Jan 23, 2024
Merged

Conversation

tkddn204
Copy link
Contributor

close #171

설명:
- DiscountValue 필드를 삭제 후, discountFlatValue, discountFlatRate 로 응답받도록 수정했습니다.
- 추가 요구사항인 최대 할인 한도 설정 필드를 추가했습니다.
- 할인 값 관련 유효성 검사 메소드를 추가했습니다.
- 중복 제거를 위해 추상 클래스를 선언하여 중복되는 메소드를 상위 클래스에 등록하여 사용하도록 수정했습니다.
@tkddn204 tkddn204 added the feature New feature or request label Jan 23, 2024
@tkddn204 tkddn204 self-assigned this Jan 23, 2024
@tkddn204 tkddn204 merged commit 8b8367f into develop Jan 23, 2024
1 check passed
@tkddn204 tkddn204 deleted the feature/coupon/register branch January 23, 2024 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

쿠폰 할인 유형 관련 싱크업
1 participant