From 2f4cc46a3821ed338ddf7f8af2f25c4786d825e1 Mon Sep 17 00:00:00 2001 From: Chang lue Tsen Date: Fri, 5 Sep 2025 09:51:28 -0400 Subject: [PATCH] fix(log): correct comment for CommissionTypeRefund to improve clarity --- internal/model/log/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/model/log/log.go b/internal/model/log/log.go index c327249..c5da9ab 100644 --- a/internal/model/log/log.go +++ b/internal/model/log/log.go @@ -43,7 +43,7 @@ const ( BalanceTypeReward uint16 = 325 // Reward CommissionTypePurchase uint16 = 331 // Purchase CommissionTypeRenewal uint16 = 332 // Renewal - CommissionTypeRefund uint16 = 333 // Gift + CommissionTypeRefund uint16 = 333 // Refund GiftTypeIncrease uint16 = 341 // Increase GiftTypeReduce uint16 = 342 // Reduce )