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