chore: Use paddle sandbox for all non-prod cloud envs

This commit is contained in:
Faruk AYDIN
2023-06-08 12:04:54 +02:00
committed by Ali BARIN
parent 35863ee6e9
commit e548dd49ca

View File

@@ -4,7 +4,7 @@ import paddlePlans from './plans.ee';
import webhooks from './webhooks.ee';
const paddleInfo = {
sandbox: appConfig.isDev ? true : false,
sandbox: appConfig.isProd ? false : true,
vendorId: appConfig.paddleVendorId,
};