From 75e72e93a49d41aa65ddb57923de46dfe0bf2594 Mon Sep 17 00:00:00 2001 From: Pablo Molina Date: Mon, 22 Jul 2024 13:02:20 -0400 Subject: [PATCH] Generate code for marketing-php APIs variables --- swagger-config/marketing/php/templates/Configuration.mustache | 3 +++ 1 file changed, 3 insertions(+) diff --git a/swagger-config/marketing/php/templates/Configuration.mustache b/swagger-config/marketing/php/templates/Configuration.mustache index 97665a6..a2773b8 100644 --- a/swagger-config/marketing/php/templates/Configuration.mustache +++ b/swagger-config/marketing/php/templates/Configuration.mustache @@ -27,6 +27,9 @@ class Configuration protected $tempFolderPath; protected $timeout = 120; + {{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}{{#-first}}public ${{#tags}}{{{name}}}{{/tags}}; + {{/-first}}{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}} + public function __construct() { $this->tempFolderPath = sys_get_temp_dir();