Skip to content

Commit 0721b5d

Browse files
fix: Update Stripe API version to 2026-01-28.clover
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 427779d commit 0721b5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/hub/src/lib/stripe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (!stripeSecretKey && process.env.NODE_ENV === 'production') {
1515

1616
export const stripe = stripeSecretKey
1717
? new Stripe(stripeSecretKey, {
18-
apiVersion: '2025-12-15.clover',
18+
apiVersion: '2026-01-28.clover',
1919
typescript: true,
2020
})
2121
: null;

0 commit comments

Comments
 (0)