perf: memo GridCard, fuse save fns, fix slash tab active color
This commit is contained in:
@@ -31,7 +31,7 @@ export async function cancelSubscription(userId: string): Promise<CancelSubscrip
|
||||
// Direct call to Stripe API with period end cancellation set to true
|
||||
const updatedSub = await stripe.subscriptions.update(subscription.stripeSubscriptionId, {
|
||||
cancel_at_period_end: true,
|
||||
});
|
||||
}) as any;
|
||||
|
||||
// Local database synchronization
|
||||
await prisma.subscription.update({
|
||||
|
||||
Reference in New Issue
Block a user