Merge branch 'master' into feature/oauth
This commit is contained in:
@@ -5,5 +5,6 @@ namespace Hutopy.Application.Common.Interfaces;
|
||||
public interface IApplicationDbContext
|
||||
{
|
||||
DbSet<FutureCreator> FutureCreators { get; }
|
||||
DbSet<UserTransaction> UserTransactions { get; }
|
||||
Task<int> SaveChangesAsync(CancellationToken cancellationToken);
|
||||
}
|
||||
|
||||
@@ -3,5 +3,5 @@ namespace Hutopy.Application.Common.Interfaces;
|
||||
|
||||
public interface IStripeService
|
||||
{
|
||||
public Task<string> CreateCheckoutSession(int price, string currency);
|
||||
public Task<string> CreateCheckoutSession(int amount, string currency);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user