Adds AcceptDonation to Creator. Sync Content's Creator to Membership's Creator

This commit is contained in:
2025-01-08 21:22:00 -05:00
parent 44d202b906
commit ede5483bbf
10 changed files with 501 additions and 59 deletions

View File

@@ -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; }
}