From 298a64b22cfb61d109abf9792ac9e42f98a7067e Mon Sep 17 00:00:00 2001 From: Abraham Date: Thu, 24 Jul 2025 10:23:46 -0700 Subject: [PATCH] romoved unnunced constants --- lib/helpers/constants.dart | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/helpers/constants.dart b/lib/helpers/constants.dart index f6b7683..4b6c6ea 100644 --- a/lib/helpers/constants.dart +++ b/lib/helpers/constants.dart @@ -10,21 +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 bearerApiGateway = "Basic YWlyZmxvdzpjYiF1bmEyMDIz"; */ const int organizationId = 10; -const String lectoresUrl = 'https://lectoresurbanos.com/'; +/* const String lectoresUrl = 'https://lectoresurbanos.com/'; */ const themeId = String.fromEnvironment('themeId', defaultValue: '2'); const int mobileSize = 800; //GoogleMaps -const apiKey = '-plDP_dR7XAGxBSiHgTFyxkxNdjFFHqjQK9ge8b92CE'; +/* const apiKey = '-plDP_dR7XAGxBSiHgTFyxkxNdjFFHqjQK9ge8b92CE'; */ //Stripe -const stripeKey = - 'sk_test_51QB3lZRxye2e7dlWyeWcHWmgsJ9kEbIz4lrgJtUIKuC7WEB0HM0njk6Mcgq1q1H9GTs7fByRZdvxHaSAGhzcBqYF00fLxZU9E9'; -const authorizationKey = 'Bearer $stripeKey'; +/* const stripeKey = + 'sk_test_51QB3lZRxye2e7dlWyeWcHWmgsJ9kEbIz4lrgJtUIKuC7WEB0HM0njk6Mcgq1q1H9GTs7fByRZdvxHaSAGhzcBqYF00fLxZU9E9'; */ +/* const authorizationKey = 'Bearer $stripeKey'; */ -const urlStripe = 'https://api.stripe.com'; -const idPricePlanRentaQR = 'price_1QPaDnRxye2e7dlWORf4GoHS'; +/* const urlStripe = 'https://api.stripe.com'; +const idPricePlanRentaQR = 'price_1QPaDnRxye2e7dlWORf4GoHS'; */