fix(stripe): correcting webhook
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
namespace Hutopy.Modules.Tipping.Contracts;
|
||||
|
||||
public interface ITipPaymentNotifier
|
||||
internal interface ITipPaymentNotifier
|
||||
{
|
||||
Task NotifyPaymentSucceedAsync(
|
||||
string stripeId,
|
||||
string invoiceUrl,
|
||||
string sessionId,
|
||||
Uri receiptUrl,
|
||||
string customerEmail,
|
||||
CancellationToken ct);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user