Skip to content

Commit 9de0c20

Browse files
committed
ci fix?
1 parent d4a3663 commit 9de0c20

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/auth/src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ export function initAuth(options: {
2626
};
2727
}>;
2828
}) {
29-
const stripeClient = new Stripe(options.stripeSecretKey);
29+
const stripeClient = new Stripe(options.stripeSecretKey, {
30+
apiVersion: "2025-08-27.basil",
31+
typescript: true,
32+
});
33+
3034
const config = {
3135
account: {
3236
accountLinking: {

0 commit comments

Comments
 (0)