Skip to content

Commit

Permalink
fix : 구독주문 데이터 저장 시 요청사항도 함께 저장
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty1434 committed Jan 20, 2024
1 parent c6c4033 commit 9feb510
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public Subscription create(SubscriptionCreateDto subscriptionCreateDto) {
.deliveryPrice(subscriptionCreateDto.getDeliveryPrice())
.actualPrice(subscriptionCreateDto.getActualPrice())
.reviewStatus(subscriptionCreateDto.getReviewStatus())
.deliveryRequest(subscriptionCreateDto.getDeliveryRequest())
.isUnsubscribed(false)
.productId(subscriptionCreateDto.getProductId())
.build();
Expand Down

0 comments on commit 9feb510

Please sign in to comment.