Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit fe1d584

Browse files
committed
Indentation fixes
1 parent a98a84f commit fe1d584

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

config/env/production.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ module.exports = {
4444
clientSecret: process.env.GITHUB_SECRET || 'APP_SECRET',
4545
callbackURL: '/api/auth/github/callback'
4646
},
47-
paypal: {
48-
clientID: process.env.PAYPAL_ID || 'CLIENT_ID',
49-
clientSecret: process.env.PAYPAL_SECRET || 'CLIENT_SECRET',
50-
callbackURL: '/api/auth/paypal/callback',
51-
sandbox: false
52-
},
47+
paypal: {
48+
clientID: process.env.PAYPAL_ID || 'CLIENT_ID',
49+
clientSecret: process.env.PAYPAL_SECRET || 'CLIENT_SECRET',
50+
callbackURL: '/api/auth/paypal/callback',
51+
sandbox: false
52+
},
5353
mailer: {
5454
from: process.env.MAILER_FROM || 'MAILER_FROM',
5555
options: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"passport": "~0.2.2",
4444
"passport-facebook": "^2.0.0",
4545
"passport-github": "~0.1.5",
46-
"passport-paypal-openidconnect": "^0.1.1",
46+
"passport-paypal-openidconnect": "^0.1.1",
4747
"passport-google-oauth": "~0.2.0",
4848
"passport-linkedin": "~0.1.3",
4949
"passport-local": "^1.0.0",

0 commit comments

Comments
 (0)