parent
fbaa1aa14c
commit
75f3d1dab3
|
@ -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} 캔"
|
||||
|
|
Loading…
Reference in New Issue