Closed mvdnbrk closed 4 years ago
The post method does not exist on GuzzleHttp\ClientInterface.
post
GuzzleHttp\ClientInterface
Changed this to use the proper request method on the ClientInterface.
request
ClientInterface
The
post
method does not exist onGuzzleHttp\ClientInterface
.Changed this to use the proper
request
method on theClientInterface
.