From 588fc2846e2d6265770937e04da135c33237dd36 Mon Sep 17 00:00:00 2001 From: aymm Date: Wed, 10 Mar 2021 19:44:46 +0000 Subject: [PATCH] Fixed make_Request casing --- src/APnutI.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/APnutI.php b/src/APnutI.php index b4ab459..80276af 100644 --- a/src/APnutI.php +++ b/src/APnutI.php @@ -295,7 +295,7 @@ class APnutI $end_point .= '?'.http_build_query($parameters); $parameters = []; } - return $this->make_request('get', $end_point, $parameters, $content_type); + return $this->makeRequest('get', $end_point, $parameters, $content_type); } public function getAuthURL() @@ -489,7 +489,7 @@ class APnutI 'NotAuthorizedException when getting post, trying without access token' ); //try again not authorized - $r = $this->make_request( + $r = $this->makeRequest( '/get', '/posts/' . $post_id, $args,