fix(log): correct comment for CommissionTypeRefund to improve clarity

This commit is contained in:
Chang lue Tsen 2025-09-05 09:51:28 -04:00
parent 3199dc5141
commit 2f4cc46a38

View File

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