Skip to content

Commit 3c76515

Browse files
committed
fix?
1 parent 2fd9998 commit 3c76515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function initAuth(options: {
2626
};
2727
}>;
2828
}) {
29-
const stripeClient = new Stripe(options.stripeSecretKey, {
29+
const stripeClient = new Stripe("sk_test_asdasdasd", {
3030
apiVersion: "2025-08-27.basil",
3131
typescript: true,
3232
});

0 commit comments

Comments
 (0)