refactor(auth): cleanup auth module and streamline the registration flow
This commit is contained in:
@@ -2,5 +2,9 @@ namespace Hutopy.Modules.Tipping.Contracts;
|
||||
|
||||
public interface ITipPaymentNotifier
|
||||
{
|
||||
Task NotifyPaymentSucceedAsync(string stripeId, string invoiceUrl, CancellationToken ct);
|
||||
Task NotifyPaymentSucceedAsync(
|
||||
string stripeId,
|
||||
string invoiceUrl,
|
||||
string customerEmail,
|
||||
CancellationToken ct);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user