Skip to content

Commit a053f7d

Browse files
1 parent b62d5b4 commit a053f7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Walletobjects.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class Walletobjects extends \Google\Service
5757
public $smarttap;
5858
public $transitclass;
5959
public $transitobject;
60+
public $rootUrlTemplate;
6061

6162
/**
6263
* Constructs the internal representation of the Walletobjects service.
@@ -69,6 +70,7 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
6970
{
7071
parent::__construct($clientOrConfig);
7172
$this->rootUrl = $rootUrl ?: 'https://walletobjects.googleapis.com/';
73+
$this->rootUrlTemplate = $rootUrl ?: 'https://walletobjects.UNIVERSE_DOMAIN/';
7274
$this->servicePath = '';
7375
$this->batchPath = 'batch';
7476
$this->version = 'v1';

0 commit comments

Comments
 (0)