Skip to content

Commit

Permalink
fixbug
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumca-deploy-bot committed Sep 7, 2021
1 parent eba7a77 commit 2b9c576
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Traits/CanRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public function __call($method, $arguments)
{
$method = ucfirst($method);

print_r(array_merge($this->constructor_arguments, isset($arguments[0]) ? $arguments[0] : [], ['format' => 'json', 'login_token' => $this->sdk->getAuthorizationValue(),]));
$call = $this->getHttpClient()->post(join('.', [ucfirst($this->resource), $method]), [
RequestOptions::FORM_PARAMS => array_merge($this->constructor_arguments, isset($arguments[0]) ? $arguments[0] : [], ['format' => 'json', 'login_token' => $this->sdk->getAuthorizationValue(),]),
]);
Expand Down

0 comments on commit 2b9c576

Please sign in to comment.