We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbb504 commit cce4557Copy full SHA for cce4557
1 file changed
lib/net/authorize/api/controller/base/ApiOperationBase.php
@@ -109,7 +109,7 @@ public function execute($endPoint = \net\authorize\api\constants\ANetEnvironment
109
{
110
$this->beforeExecute();
111
112
- $this->apiRequest->clientId = "sdk-php-" . \net\authorize\api\constants\ANetEnvironment::VERSION;
+ $this->apiRequest->setClientId("sdk-php-" . \net\authorize\api\constants\ANetEnvironment::VERSION);
113
114
$this->logger->info("Request Serialization Begin");
115
$this->logger->debug($this->apiRequest);
0 commit comments