#27 added more info to transaction + callback from stripe
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
using Hutopy.Application.Common.Models;
|
||||
using Hutopy.Application.Stripe.Commands;
|
||||
|
||||
namespace Hutopy.Application.Common.Interfaces;
|
||||
|
||||
|
||||
public interface IStripeService
|
||||
{
|
||||
public Task<string> CreateCheckoutSession(int amount, string currency);
|
||||
public Result ValidateTransaction(ConfirmStripeTransactionCommand request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user