Skip to content

Commit 0c9cc4d

Browse files
Fix spelling
1 parent 3fa8e32 commit 0c9cc4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/stripe.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { Stripe as _Stripe } from "stripe"
22

33
export const StripeWebhookSecret = process.env["STRIPE_WEBHOOK_SIGNING_SECRET"]!
44

5-
export const SripeSecretKey = process.env["STRIPE_SECRET_KEY"]!
5+
export const StripeSecretKey = process.env["STRIPE_SECRET_KEY"]!
66

7-
export const Stripe = new _Stripe(SripeSecretKey, {
7+
export const Stripe = new _Stripe(StripeSecretKey, {
88
apiVersion: "2022-11-15",
99
})

0 commit comments

Comments
 (0)