Added endpoint to create a sessionCheckout with stripe
This commit is contained in:
7
src/Application/Common/Interfaces/IStripeService.cs
Normal file
7
src/Application/Common/Interfaces/IStripeService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Hutopy.Application.Common.Interfaces;
|
||||
|
||||
|
||||
public interface IStripeService
|
||||
{
|
||||
public Task<string> CreateCheckoutSession(int price, string currency);
|
||||
}
|
||||
Reference in New Issue
Block a user