유저 행동 데이터, 포인트 추가 #309
@@ -43,7 +43,7 @@ class OrderService(
|
||||
orderContent(orderType, content, member)
|
||||
}
|
||||
|
||||
val usedPoint = if (order.type == OrderType.RENTAL) {
|
||||
val usedPoint = if (order.type == OrderType.RENTAL && content.isPointAvailable) {
|
||||
pointUsageService.usePoint(member.id!!, order.can)
|
||||
} else {
|
||||
0
|
||||
|
Reference in New Issue
Block a user