From f96bc55b696fec2c69aa1db13cee639266fd8bec Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Mon, 16 Oct 2023 15:01:11 +0100 Subject: [PATCH] Added a console.log for reasons --- src/components/PricingTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PricingTable.tsx b/src/components/PricingTable.tsx index 4354ae8..02e93bd 100644 --- a/src/components/PricingTable.tsx +++ b/src/components/PricingTable.tsx @@ -8,7 +8,7 @@ const stripePromise = loadStripe("pk_test_51NzD5xFI67mXFum2XDMXiLu89SbCAMY5O0RnK export default function PricingTable() { useEffect(() => { - console.log(process.env.NEXT_PUBLIC_STRIPE_PRICING_TABLE, process.env.NEXT_PUBLIC_STRIPE_KEY); + console.log("ENV VARIABLES", process.env.NEXT_PUBLIC_STRIPE_PRICING_TABLE, process.env.NEXT_PUBLIC_STRIPE_KEY); }, []); return (