From 926591415c13be29f28ba0128e92a887e84fcb00 Mon Sep 17 00:00:00 2001 From: AldemirLucas Date: Tue, 5 Dec 2023 18:53:52 -0300 Subject: [PATCH] paymentSystem att --- next/components/organisms/PaymentSystem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next/components/organisms/PaymentSystem.js b/next/components/organisms/PaymentSystem.js index d3c2247a..37083158 100644 --- a/next/components/organisms/PaymentSystem.js +++ b/next/components/organisms/PaymentSystem.js @@ -19,7 +19,7 @@ import { createSubscription } from "../../pages/api/stripe"; -const stripePromise = loadStripe(`${process.env.NEXT_PUBLIC_KEY_STRIPE}`) +const stripePromise = loadStripe(process.env.NEXT_PUBLIC_KEY_STRIPE) const PaymentForm = () => { const stripe = useStripe()