We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
원가 - 엔빵가격 검증과정 위치 조정
public Long saveOffering(OfferingSaveRequest request, MemberEntity member) { OfferingEntity offering = request.toEntity(member); OfferingPrice offeringPrice = offering.toOfferingPrice(); offeringPrice.validateOriginPrice();
검증과정의 순서를 조정하면 좋을 것 같습니다. request에서 OfferingPrice를 먼저 만들고, 검증 이후에 OfferingEntity를 만드는게 어떤가요? 차차 생각해봅시다.
The text was updated successfully, but these errors were encountered:
masonkimseoul
No branches or pull requests
📌 Description
원가 - 엔빵가격 검증과정 위치 조정
검증과정의 순서를 조정하면 좋을 것 같습니다.
request에서 OfferingPrice를 먼저 만들고, 검증 이후에 OfferingEntity를 만드는게 어떤가요? 차차 생각해봅시다.
📝 To-do
예상 소요 시간
The text was updated successfully, but these errors were encountered: