mailerlite-api-v2-php-sdk icon indicating copy to clipboard operation
mailerlite-api-v2-php-sdk copied to clipboard

createRequest is an undefined method

Open imthyazali opened this issue 2 years ago • 1 comments

$request = $this->getRequestFactory()->createRequest($method, $endpointUrl); I got the error Undefined method createRequest. And the json_encode($request) is {}

imthyazali avatar Jan 25 '23 10:01 imthyazali