From 96ddfbd8288088e78c0417e431411471b9e0da49 Mon Sep 17 00:00:00 2001 From: oasin <31675779+oasin@users.noreply.github.com> Date: Tue, 25 May 2021 15:42:24 +0100 Subject: [PATCH] Update GetRequests.php --- src/Request/Method/Payment/GetRequests.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Request/Method/Payment/GetRequests.php b/src/Request/Method/Payment/GetRequests.php index e6331d0..2f137d5 100644 --- a/src/Request/Method/Payment/GetRequests.php +++ b/src/Request/Method/Payment/GetRequests.php @@ -17,7 +17,7 @@ class GetRequests extends AbstractMethod implements MethodInterface /** * @var string */ - private $method = 'listrequests'; + private $method = 'list_requests'; /** * @param array $optional @@ -37,4 +37,4 @@ public function execute(array $optional = []) return $requests; } -} \ No newline at end of file +}