Adds AcceptDonation to Creator. Sync Content's Creator to Membership's Creator
This commit is contained in:
@@ -4,6 +4,6 @@ public class Creator
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string StripeAccountId { get; set; }
|
||||
public string? StripeAccountId { get; set; }
|
||||
public string PortraitUrl { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user