Remove stripe-id from identity db
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user