@@ -118,7 +118,7 @@ discard block |
||
| 118 | 118 | 'hasAttachments' => $hasAttachments, |
| 119 | 119 | 'platform' => array( |
| 120 | 120 | 'website' => api_get_path(WEB_PATH), |
| 121 | - 'messagingTool' => api_get_path(WEB_PATH) . 'main/messages/inbox.php' |
|
| 121 | + 'messagingTool' => api_get_path(WEB_PATH).'main/messages/inbox.php' |
|
| 122 | 122 | ) |
| 123 | 123 | ); |
| 124 | 124 | } |
@@ -201,7 +201,7 @@ discard block |
||
| 201 | 201 | } |
| 202 | 202 | |
| 203 | 203 | $headers = [ |
| 204 | - 'Authorization: key=' . $gdcApiKey, |
|
| 204 | + 'Authorization: key='.$gdcApiKey, |
|
| 205 | 205 | 'Content-Type: application/json' |
| 206 | 206 | ]; |
| 207 | 207 | |