#27 added confirm endpoint for stripe
This commit is contained in:
@@ -24,6 +24,8 @@ public class ApplicationDbContext(
|
||||
.WithMany()
|
||||
.HasForeignKey(ut => ut.ApplicationUserId)
|
||||
.IsRequired();
|
||||
|
||||
builder.Entity<UserTransaction>().Property(x => x.Amount).HasPrecision(18, 2);
|
||||
|
||||
builder.ApplyConfigurationsFromAssembly(Assembly.GetExecutingAssembly());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user