Skip to content

Commit

Permalink
Merge pull request #112 from Yanol-Market/feature/83
Browse files Browse the repository at this point in the history
fix: ProductRequest 수정
  • Loading branch information
yurim0628 authored Jan 17, 2024
2 parents d745c42 + 12c1361 commit 6dc46c8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ public Product toEntity(ReservationDetailsResponse reservationDetailsResponse, L
.maximumNumber(reservationDetailsResponse.maximumNumber())
.checkInDate(reservationDetailsResponse.checkInDate())
.checkOutDate(reservationDetailsResponse.checkOutDate())
.checkInTime(reservationDetailsResponse.checkInTime())
.checkOutTime(reservationDetailsResponse.checkOutTime())
.reservationDate(reservationDetailsResponse.reservationDate())
.originPrice(reservationDetailsResponse.originPrice())
.yanoljaPrice(reservationDetailsResponse.yanoljaPrice())
Expand Down

0 comments on commit 6dc46c8

Please sign in to comment.