@@ -85,7 +85,7 @@ |
||
85 | 85 | $response = $this->getClient()->request('POST', $uri, [ |
86 | 86 | 'body' => $payload, |
87 | 87 | 'headers' => [ |
88 | - 'Content-Type' => 'application/json; profile=' . $schemaUri, |
|
88 | + 'Content-Type' => 'application/json; profile='.$schemaUri, |
|
89 | 89 | 'ZPG-Listing-ETag' => md5($payload), |
90 | 90 | ], |
91 | 91 | ]); |