Skip to content

Commit 7e0564a

Browse files
ianmaccallumclaude
andcommitted
fix: update Stripe API version to match SDK v20.4.1
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 608498d commit 7e0564a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/stripe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export {
1414
} from "./tier-constants";
1515

1616
export const stripe = new Stripe(process.env.STRIPE_SECRET_KEY!, {
17-
apiVersion: "2026-01-28.clover",
17+
apiVersion: "2026-02-25.clover",
1818
typescript: true,
1919
});
2020

0 commit comments

Comments
 (0)