#27 small changes for the userTransaction
This commit is contained in:
@@ -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