From 59b3503c6720e13b5864f439fd75a0f8585e6cf0 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 16 Sep 2024 16:51:34 -0400 Subject: [PATCH] firstname --- www-api/app/Controllers/Promo.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www-api/app/Controllers/Promo.php b/www-api/app/Controllers/Promo.php index c4f581b9..b3499270 100644 --- a/www-api/app/Controllers/Promo.php +++ b/www-api/app/Controllers/Promo.php @@ -16,6 +16,7 @@ class Promo extends BaseController log_message('critical', "promoStart::promoStart ********* ALL ".serialize($in) ); $in["loc"] = $_SERVER["REMOTE_ADDR"]; $in['limit'] = 10; + $out["firstname"] = "Firstname"; $out["promo_title"] = "This is the promo title"; $out["promo_description"] = "This is the promo description , This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,"; return $this->respond( $this->summaryReturnData($in,$out), 200);