#27 added confirm endpoint for stripe
This commit is contained in:
@@ -8,4 +8,5 @@ public class UserTransaction : BaseAuditableEntity
|
||||
|
||||
// Foreign key to ApplicationUser
|
||||
public string ApplicationUserId { get; set; } = string.Empty;
|
||||
public bool IsConfirmed { get; set; } = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user