Skip to content

Commit

Permalink
It couldn't
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Feb 5, 2024
1 parent ad853fd commit e436021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import Stripe from "stripe";
import { env } from "./env";

export const stripe = new Stripe(env.STRIPE_SECRET_KEY, {
apiVersion: "2023-10-16",
httpClient: Stripe.createFetchHttpClient(),
});

0 comments on commit e436021

Please sign in to comment.