We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e490c commit 839f8d7Copy full SHA for 839f8d7
1 file changed
src/MoneywaveApiClient.php
@@ -44,7 +44,7 @@ public function __set($key, $value)
44
public function dispatch($method = "POST")
45
{
46
try {
47
- $result = $this->moneywave->request($method, $this->url, array(
+ $result = $this->moneywave->request($method, $this->url, array(
48
"form_params" => $this->data,
49
"headers" => ["Authorization" => $this->moneywave->getToken()]
50
));
0 commit comments