test #324
| @@ -93,7 +93,7 @@ class ChargeService( | |||||||
|                 chargeRepository.save(couponCharge) |                 chargeRepository.save(couponCharge) | ||||||
|  |  | ||||||
|                 member.charge(0, coupon.can, "pg") |                 member.charge(0, coupon.can, "pg") | ||||||
|                 return "쿠폰 사용이 완료되었습니다. ${coupon.can}캔이 지급되었습니다." |                 return "쿠폰 사용이 완료되었습니다.\n${coupon.can}캔이 지급되었습니다." | ||||||
|             } |             } | ||||||
|  |  | ||||||
|             CouponType.POINT -> { |             CouponType.POINT -> { | ||||||
| @@ -121,7 +121,7 @@ class ChargeService( | |||||||
|                     ) |                     ) | ||||||
|                 ) |                 ) | ||||||
|  |  | ||||||
|                 return "쿠폰 사용이 완료되었습니다. ${coupon.can}포인트가 지급되었습니다." |                 return "쿠폰 사용이 완료되었습니다.\n${coupon.can}포인트가 지급되었습니다." | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user