Skip to content

Commit 2793517

Browse files
author
Juan David Saab
committed
Removes double projects folder causing 404.
1 parent 0382c91 commit 2793517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Send.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Send extends AbstractApi
2121
*/
2222
public function message(Message $message, bool $validateOnly = false): SendResponse
2323
{
24-
$uri = sprintf('projects/%s/messages:send', $this->projectId);
24+
$uri = sprintf('%s/messages:send', $this->projectId);
2525

2626
$request = new SendRequest($this->oauthToken, $message, $validateOnly);
2727
$response = $this->client->post($uri, $request->build());

0 commit comments

Comments
 (0)