캔 쿠폰 시스템 #107

Merged
klaus merged 12 commits from test into main 2024-01-03 11:28:48 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 75f3d1dab3 - Show all commits

View File

@ -55,6 +55,8 @@ class ChargeService(
throw SodaException("이미 사용한 쿠폰번호 입니다.")
}
canCouponNumber.member = member
val coupon = canCouponNumber.canCoupon!!
val couponCharge = Charge(0, coupon.can, status = ChargeStatus.COUPON)
couponCharge.title = "${coupon.can}"