feat: add IsActive field to UserClubFeatures for admin management
This commit is contained in:
@@ -147,7 +147,7 @@ public class
|
||||
VATAmount = vatAmount,
|
||||
TotalAmount = totalAmount,
|
||||
IsPaid = true,
|
||||
PaidAt = DateTime.UtcNow
|
||||
PaidAt = DateTime.Now
|
||||
};
|
||||
|
||||
await _context.OrderVATs.AddAsync(orderVAT, cancellationToken);
|
||||
|
||||
Reference in New Issue
Block a user