유저 행동 데이터, 포인트 추가 #309

Merged
klaus merged 25 commits from test into main 2025-04-24 02:44:58 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b9cb8ad4a8 - Show all commits

View File

@ -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