Skip to content

Commit

Permalink
Stop quoting values in example env files (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjopa authored Aug 21, 2023
1 parent 1fedc8d commit 5788f93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions advanced-integration/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Create an application to obtain credentials at
# https://developer.paypal.com/dashboard/applications/sandbox

PAYPAL_CLIENT_ID="YOUR_CLIENT_ID_GOES_HERE"
PAYPAL_CLIENT_SECRET="YOUR_SECRET_GOES_HERE"
PAYPAL_CLIENT_ID=YOUR_CLIENT_ID_GOES_HERE
PAYPAL_CLIENT_SECRET=YOUR_SECRET_GOES_HERE
4 changes: 2 additions & 2 deletions standard-integration/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Create an application to obtain credentials at
# https://developer.paypal.com/dashboard/applications/sandbox

PAYPAL_CLIENT_ID="YOUR_CLIENT_ID_GOES_HERE"
PAYPAL_CLIENT_SECRET="YOUR_SECRET_GOES_HERE"
PAYPAL_CLIENT_ID=YOUR_CLIENT_ID_GOES_HERE
PAYPAL_CLIENT_SECRET=YOUR_SECRET_GOES_HERE

0 comments on commit 5788f93

Please sign in to comment.