Skip to content

Commit

Permalink
paymentSystem att
Browse files Browse the repository at this point in the history
  • Loading branch information
AldemirLucas committed Dec 5, 2023
1 parent 4d211e2 commit 9265914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/components/organisms/PaymentSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9265914

Please sign in to comment.