Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakiboy committed Apr 24, 2024
1 parent f69f15b commit 137ceaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/lib/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function setPayload(OperationInterface $operation)
}

$this->endpoint = "https://{$host}{$this->path}";
$this->params = [
$this->params = [
'method' => 'POST',
'header' => $header,
'payload' => $this->payload
Expand Down

0 comments on commit 137ceaf

Please sign in to comment.