solucionado el error grave, se eliminó stripe y los plugins de video
This commit is contained in:
@@ -10,8 +10,21 @@ const redirectUrl = '$supabaseUrl/change-pass/change-password/token';
|
||||
|
||||
const String apiGatewayUrl = 'https://cbl.virtalus.cbluna-dev.com/uapi/lu/api';
|
||||
const String n8nUrl = 'https://u-n8n.virtalus.cbluna-dev.com/webhook';
|
||||
const bearerApiGateway = "Basic YWlyZmxvdzpjYiF1bmEyMDIz";
|
||||
|
||||
const int organizationId = 10;
|
||||
const String lectoresUrl = 'https://lectoresurbanos.com/';
|
||||
|
||||
const themeId = String.fromEnvironment('themeId', defaultValue: '2');
|
||||
const int mobileSize = 800;
|
||||
|
||||
//GoogleMaps
|
||||
const apiKey = '-plDP_dR7XAGxBSiHgTFyxkxNdjFFHqjQK9ge8b92CE';
|
||||
|
||||
//Stripe
|
||||
const stripeKey =
|
||||
'sk_test_51QB3lZRxye2e7dlWyeWcHWmgsJ9kEbIz4lrgJtUIKuC7WEB0HM0njk6Mcgq1q1H9GTs7fByRZdvxHaSAGhzcBqYF00fLxZU9E9';
|
||||
const authorizationKey = 'Bearer $stripeKey';
|
||||
|
||||
const urlStripe = 'https://api.stripe.com';
|
||||
const idPricePlanRentaQR = 'price_1QPaDnRxye2e7dlWORf4GoHS';
|
||||
|
||||
Reference in New Issue
Block a user