-
-
Notifications
You must be signed in to change notification settings - Fork 246
Open
Description
Hello,
On the latest stable version of Guzzle, the PSR compatible methods are:
send
sendAsync
However, on Omni's Client, we are calling sendRequest method:
omnipay-common/src/Common/Http/Client.php
Line 67 in 24ea70a
| return $this->httpClient->sendRequest($request); |
This will cause the Guzzle client to call the magic __call method which in turn will call the request method instead:
I'm not sure how this should be handled, perhaps we check for guzzle's version? Or check for Guzzle's class and the presence of the method sendRequest?
Metadata
Metadata
Assignees
Labels
No labels