fix types and linting

This commit is contained in:
2026-03-06 13:25:32 +00:00
parent d37e682138
commit e16b9fb8f9
7 changed files with 94 additions and 28 deletions

View File

@@ -11,7 +11,7 @@ export function getStripeClient() {
if (!stripeClient) {
stripeClient = new Stripe(env.stripeSecretKey, {
apiVersion: "2025-02-24.acacia",
apiVersion: "2025-08-27.basil",
});
}