Pepguy commited on
Commit
2fc9968
·
verified ·
1 Parent(s): 259990f

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +2 -2
app.js CHANGED
@@ -10,9 +10,9 @@ const PORT = 7860;
10
  // CONFIGURATION
11
  // ==========================================
12
  // REPLACE THIS WITH YOUR PAYSTACK SECRET KEY
13
- // const PAYSTACK_SECRET_KEY = 'sk_test_4aa42b4105d33d191eda94d543a2a82ad3c420c7';
14
 
15
- const PAYSTACK_SECRET_KEY = 'sk_live_31c44ef2b81a591d771202b7ffcbcaab765e977e';
16
 
17
  // MOCK DATABASE
18
  // In a real app, you would save these details to MongoDB, Postgres, etc.
 
10
  // CONFIGURATION
11
  // ==========================================
12
  // REPLACE THIS WITH YOUR PAYSTACK SECRET KEY
13
+ const PAYSTACK_SECRET_KEY = 'sk_test_4aa42b4105d33d191eda94d543a2a82ad3c420c7';
14
 
15
+ // const PAYSTACK_SECRET_KEY = 'sk_live_31c44ef2b81a591d771202b7ffcbcaab765e977e';
16
 
17
  // MOCK DATABASE
18
  // In a real app, you would save these details to MongoDB, Postgres, etc.