Skip to content

Commit

Permalink
Fix to URL
Browse files Browse the repository at this point in the history
  • Loading branch information
brianluisgomez committed May 10, 2022
1 parent 0a9f38c commit bd827cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Voice/Controllers/APIController.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public function modifyCallBxml(
//set HTTP basic auth parameters
Request::auth($this->config->getVoiceBasicAuthUserName(), $this->config->getVoiceBasicAuthPassword());

$_httpRequest = new HttpRequest(HttpMethod::POST, $_headers, $_queryUrl);
$_httpRequest = new HttpRequest(HttpMethod::PUT, $_headers, $_queryUrl);

//call on-before Http callback
if ($this->getHttpCallBack() != null) {
Expand Down

0 comments on commit bd827cb

Please sign in to comment.