We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f98fde commit 2fb0d86Copy full SHA for 2fb0d86
src/Uploader.php
@@ -135,7 +135,7 @@ protected function sendFile($filename, $params)
135
$uploadResponse['originalsecret'] = (string)$xml->photoid['originalsecret'];
136
}
137
if (isset($xml->ticketid)) {
138
- $uploadResponse['ticketid'] = (int)$xml->ticketid;
+ $uploadResponse['ticketid'] = (string)$xml->ticketid;
139
140
if (isset($xml->err)) {
141
$uploadResponse['code'] = (int)$xml->err['code'];
0 commit comments