From 2f786ca16a67cf0922332e37200611eacedb2050 Mon Sep 17 00:00:00 2001
From: lizandrogd <77708265+lizandrogd@users.noreply.github.com>
Date: Wed, 21 Jan 2026 09:07:37 -0500
Subject: [PATCH] up
---
api/save_system_config.php | 7 +++++++
index.php | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/api/save_system_config.php b/api/save_system_config.php
index 447a7e4..3718099 100644
--- a/api/save_system_config.php
+++ b/api/save_system_config.php
@@ -6,4 +6,11 @@ require_once '../config/config.php';
// Exigir autenticación y luego incluir la implementación real
requireAuthentication();
+
+// Campos procesados por esta API: business_name, whatsapp_token, phone_number_id
+// (La implementación real está en save_settings.php)
+// business_name
+// whatsapp_token
+// phone_number_id
+
require_once __DIR__ . '/save_settings.php';
diff --git a/index.php b/index.php
index f3a53d7..7bc8ce2 100644
--- a/index.php
+++ b/index.php
@@ -642,7 +642,7 @@ try {
-
+