chore: Use paddle sandbox for all non-prod cloud envs
This commit is contained in:
@@ -4,7 +4,7 @@ import paddlePlans from './plans.ee';
|
|||||||
import webhooks from './webhooks.ee';
|
import webhooks from './webhooks.ee';
|
||||||
|
|
||||||
const paddleInfo = {
|
const paddleInfo = {
|
||||||
sandbox: appConfig.isDev ? true : false,
|
sandbox: appConfig.isProd ? false : true,
|
||||||
vendorId: appConfig.paddleVendorId,
|
vendorId: appConfig.paddleVendorId,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user