From ee6c1459b4f59098636226b11d4497c1b87364c1 Mon Sep 17 00:00:00 2001 From: Nikema Prophet Date: Mon, 11 Sep 2023 09:39:09 -0700 Subject: [PATCH] update .env.example to include `VITE_PAYPAL_CLIENT_ID` --- .env.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 0c6638e..56d3849 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,4 @@ +# Use the same client ID. One is for the client and one is for the server PAYPAL_CLIENT_ID=YOUR_CLIENT_ID -PAYPAL_CLIENT_SECRET=YOUR_CLIENT_SECRET \ No newline at end of file +VITE_PAYPAL_CLIENT_ID=YOUR_CLIENT_ID +PAYPAL_CLIENT_SECRET=YOUR_CLIENT_SECRET