Skip to content

Commit

Permalink
Generate code for marketing-php APIs variables
Browse files Browse the repository at this point in the history
  • Loading branch information
webkod3r committed Jul 22, 2024
1 parent 6a50182 commit 75e72e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions swagger-config/marketing/php/templates/Configuration.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 75e72e9

Please sign in to comment.