#27 get last receipt, get minimalUser, get my user
This commit is contained in:
@@ -7,7 +7,7 @@ public class UserTransaction : BaseAuditableEntity
|
||||
public string TipMessage { get; set; } = string.Empty;
|
||||
|
||||
// Foreign key to ApplicationUser
|
||||
public string ApplicationUserId { get; set; } = string.Empty;
|
||||
public required string ApplicationUserId { get; set; }
|
||||
public bool IsConfirmed { get; set; }
|
||||
public string StripeEventId { get; set; } = string.Empty;
|
||||
public string StripeChargeId { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user