feat: add IsActive field to UserClubFeatures for admin management
This commit is contained in:
@@ -92,7 +92,7 @@ public class VerifyDiscountWalletChargeCommandHandler
|
||||
Amount = request.Amount,
|
||||
Description = $"شارژ کیف پول تخفیفی - کاربر {user.Id}",
|
||||
PaymentStatus = PaymentStatus.Success,
|
||||
PaymentDate = DateTime.UtcNow,
|
||||
PaymentDate = DateTime.Now,
|
||||
RefId = verifyResult.RefId,
|
||||
Type = TransactionType.DiscountWalletCharge
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user