Skip to content

Commit 45aef4e

Browse files
committed
UserAgent fixed
1 parent 0554543 commit 45aef4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.openapi-generator/templates/Configuration.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Configuration
9191
*
9292
* @var string
9393
*/
94-
protected $userAgent = '{{{httpUserAgent}}}{{^httpUserAgent}}OpenAPI-Generator/{{{artifactVersion}}}{{^artifactVersion}}1.0.0{{/artifactVersion}}/PHP{{/httpUserAgent}}';
94+
protected $userAgent = '{{{httpUserAgent}}}{{^httpUserAgent}}VitexSoftware/RBCZPremiumAPI/{{{artifactVersion}}}{{^artifactVersion}}1.0.0{{/artifactVersion}}/PHP{{/httpUserAgent}}';
9595
9696
/**
9797
* Debug switch (default set to false)

lib/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class Configuration
101101
*
102102
* @var string
103103
*/
104-
protected $userAgent = 'OpenAPI-Generator/0.1.0/PHP';
104+
protected $userAgent = 'VitexSoftware/RBCZPremiumAPI/0.1.0/PHP';
105105

106106
/**
107107
* Debug switch (default set to false)

0 commit comments

Comments
 (0)