mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
fix payments
This commit is contained in:
@@ -17,8 +17,7 @@ export default async () => {
|
||||
config.EMAIL_PASS,
|
||||
);
|
||||
|
||||
StripeService.init(config.STRIPE_SECRET, config.STRIPE_WH_SECRET);
|
||||
|
||||
StripeService.init(config.STRIPE_SECRET, config.STRIPE_WH_SECRET, false);
|
||||
|
||||
if (!connection || connection.connection.readyState == mongoose.ConnectionStates.disconnected) {
|
||||
console.log('[DATABASE] Connecting');
|
||||
|
||||
Reference in New Issue
Block a user