Cambio de inicio de sesion y limpeza de rutas en el archivorutasApi
This commit is contained in:
55
rutasApi.php
55
rutasApi.php
@@ -53,59 +53,6 @@ $sap_pass = $is_production ? $env_vars['SAP_PASS'] : $env_vars['DEV_SAP_PASS'];
|
|||||||
// Rutas
|
// Rutas
|
||||||
$cfdi_xml_path = $env_vars['CFDI_XML_FILE_URL'] ?? '';
|
$cfdi_xml_path = $env_vars['CFDI_XML_FILE_URL'] ?? '';
|
||||||
|
|
||||||
// // $rutaPRD = 'https://apis.hmngyportal.com';
|
|
||||||
|
|
||||||
$ruta = $api_url;
|
$ruta = $api_url;
|
||||||
// $rutaHotel='https://pmsgateway.hmngyportal.com';
|
|
||||||
|
|
||||||
// // $rutaT = 'http://127.0.0.1:8000';
|
$loginUser = "$ruta/stripe/accessUser";
|
||||||
|
|
||||||
|
|
||||||
// $apiKeyBD = 'jNJdG9zBY92NSAALgnEdsoEIRycJiAScB6pBgIADsyg=';
|
|
||||||
|
|
||||||
/// Obtener clientes
|
|
||||||
$clientesUrl = "$ruta/api/SAP/Clientes";
|
|
||||||
|
|
||||||
// Obtener productos
|
|
||||||
$productosUrl = "$ruta/api/SAP/Productos";
|
|
||||||
|
|
||||||
//VTA_FACTURACION
|
|
||||||
$vtaFacturacionUrl = "$ruta/api/Venta/Facturacion";
|
|
||||||
|
|
||||||
//VTA_CABECERA
|
|
||||||
$vtaCabeceraUrl = "$ruta/api/Venta/Cabecera";
|
|
||||||
|
|
||||||
//VTA_DETALLE
|
|
||||||
$vtaDetalleUrl = "$ruta/api/Venta/Detalle";
|
|
||||||
|
|
||||||
//USO CFDI
|
|
||||||
$usoCfdiUrl = "$ruta/api/SAT/Uso_CFDI";
|
|
||||||
|
|
||||||
//Metodo pago
|
|
||||||
|
|
||||||
$metodoPagoUrl = "$ruta/api/SAP/Metodo_Pago";
|
|
||||||
|
|
||||||
//Via pago
|
|
||||||
|
|
||||||
$viaPagoUrl = "$ruta/api/SAP/Via_Pago";
|
|
||||||
|
|
||||||
$loginFacturacion = "$ruta/api/facturacion/login";
|
|
||||||
$loginUser = "$ruta/ttl/accessUser";
|
|
||||||
|
|
||||||
$usuariosFacturacion = "$ruta/api/facturacion";
|
|
||||||
|
|
||||||
|
|
||||||
///Registrar facturas, ver
|
|
||||||
|
|
||||||
$facturasPortal = "$ruta/api/facturacionR/creadas";
|
|
||||||
|
|
||||||
///Select aeropuertos
|
|
||||||
$aero_gaf_aeropuertosUrl = "$ruta/api/aero/gaf_aeropuertos/";
|
|
||||||
|
|
||||||
$api_factura = "$ruta/api/facturar";
|
|
||||||
|
|
||||||
$api_facturacion = "$ruta/api/facturacion/f";
|
|
||||||
|
|
||||||
$api_impuestos = "$ruta/api/f/h";
|
|
||||||
|
|
||||||
$facturacion_impuesto = "$ruta/api/facturacion/Impuesto_Unidad";
|
|
||||||
|
|||||||
Reference in New Issue
Block a user