Update HttpClient.php

This commit is contained in:
Tony Roy 2021-03-12 10:34:50 -04:00 committed by GitHub
commit b9215b2fb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ class HttpClient implements HttpClientInterface
{
$response = $this->getClient()->request(
$method,
$this->getOptions()['base_url'].$path,
$path,
[
'form_params' => $body
]