We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd9998 commit 3c76515Copy full SHA for 3c76515
packages/auth/src/index.ts
@@ -26,7 +26,7 @@ export function initAuth(options: {
26
};
27
}>;
28
}) {
29
- const stripeClient = new Stripe(options.stripeSecretKey, {
+ const stripeClient = new Stripe("sk_test_asdasdasd", {
30
apiVersion: "2025-08-27.basil",
31
typescript: true,
32
});
0 commit comments