정산테이블에 무료충전 코인도 반영되도록 수정

This commit is contained in:
2023-10-28 17:24:38 +09:00
parent 899bc076a3
commit 22b9dceea5

View File

@@ -93,6 +93,13 @@ class CanPaymentService(
useCanRepository.save(useCan)
setUseCanCalculate(recipientId, useRewardCan, useChargeCan, useCan, paymentGateway = PaymentGateway.PG)
setUseCanCalculate(
recipientId,
useRewardCan,
useChargeCan,
useCan,
paymentGateway = PaymentGateway.POINT_CLICK_AD
)
setUseCanCalculate(
recipientId,
useRewardCan,