solucionado el error grave, se eliminó stripe y los plugins de video

This commit is contained in:
Abraham
2025-07-24 17:00:01 -07:00
parent 5c469c3b94
commit 1d513ab1a8
3 changed files with 17 additions and 144 deletions

View File

@@ -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';