Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenafamo committed Jan 29, 2017
1 parent f4e490c commit 839f8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MoneywaveApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __set($key, $value)
public function dispatch($method = "POST")
{
try {
$result = $this->moneywave->request($method, $this->url, array(
$result = $this->moneywave->request($method, $this->url, array(
"form_params" => $this->data,
"headers" => ["Authorization" => $this->moneywave->getToken()]
));
Expand Down

0 comments on commit 839f8d7

Please sign in to comment.