From f2e07946d056331908daa93e876e1f3bceaaaa45 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sat, 17 Aug 2024 07:54:12 -0600 Subject: [PATCH] sample --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..deb69d8 --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +CLIENT_ID="" +CLIENT_SECRET="" +PAYPAL_CLIENT_ID="" +PAYPAL_CLIENT_SECRET="" +TOKEN_URL="https://api-m.sandbox.paypal.com/v1/oauth2/token"