Pepguy commited on
Commit
39851e6
·
verified ·
1 Parent(s): 4471b06

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -26,7 +26,7 @@ const {
26
  } = process.env;
27
 
28
  // choose which secret to use (dev/demo by default)
29
- const PAYSTACK_SECRET = PAYSTACK_DEMO_SECRET; // PAYSTACK_LIVE_SECRET;
30
 
31
  if (!PAYSTACK_SECRET) {
32
  console.warn('WARNING: PAYSTACK_SECRET is not set. Outgoing Paystack calls and webhook verification will fail.');
 
26
  } = process.env;
27
 
28
  // choose which secret to use (dev/demo by default)
29
+ const PAYSTACK_SECRET = PAYSTACK_LIVE_SECRET; // PAYSTACK_DEMO_SECRET
30
 
31
  if (!PAYSTACK_SECRET) {
32
  console.warn('WARNING: PAYSTACK_SECRET is not set. Outgoing Paystack calls and webhook verification will fail.');