Add missing CT parameter when sending tips
This commit is contained in:
@@ -75,10 +75,10 @@ public class SendTipHandler(
|
||||
req.Amount,
|
||||
req.Currency,
|
||||
req.Message,
|
||||
creator.StripeAccountId,
|
||||
creator.StripeAccountId!,
|
||||
req.CheckoutSuccessUrl,
|
||||
req.CheckoutCancelledUrl
|
||||
);
|
||||
req.CheckoutCancelledUrl,
|
||||
ct);
|
||||
|
||||
await SendAsync(
|
||||
new SendTipResponse("Pending", checkoutSession.Url),
|
||||
|
||||
Reference in New Issue
Block a user