Skip to content

Commit

Permalink
feat: stripe checkout test
Browse files Browse the repository at this point in the history
  • Loading branch information
sejori committed Sep 6, 2023
1 parent 88cc5b0 commit 579d8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/stripe-checkout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const {
} = Deno.env.toObject()

const stripe = new Stripe(
STRIPE_API_KEY,
STRIPE_API_KEY || "pk_test_51NnSkoJ5zd0Ft3OG61dIXhtCkGGA6h11KvTDoY11tyQqAuu3hRExNilVGKZYwzu5ewZE9ffSPWE1cp8LXUMRNXQ800C9Mh1VN8",
{
apiVersion: "2023-08-16"
}
Expand Down

0 comments on commit 579d8b3

Please sign in to comment.