Remove stripe-id from identity db

This commit is contained in:
2025-02-08 21:34:26 -05:00
parent a2e564087b
commit 69f2759af5
2 changed files with 1 additions and 9 deletions

View File

@@ -13,5 +13,4 @@ public class UserDto
public string? PhoneNumber { get; init; }
public DateTime? BirthDate { get; init; }
public string? Address { get; init; }
public string? StripeId { get; init; }
}