From 75160b12821f7f4299cce7f0b69c83c1502ae071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 27 May 2024 13:08:29 +0200 Subject: 2024-02-19 upstream --- .../stripe-php/lib/Service/SetupAttemptService.php | 46 +++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'vendor/stripe/stripe-php/lib/Service/SetupAttemptService.php') diff --git a/vendor/stripe/stripe-php/lib/Service/SetupAttemptService.php b/vendor/stripe/stripe-php/lib/Service/SetupAttemptService.php index 7376ea1..77484c5 100644 --- a/vendor/stripe/stripe-php/lib/Service/SetupAttemptService.php +++ b/vendor/stripe/stripe-php/lib/Service/SetupAttemptService.php @@ -1,23 +1,23 @@ -requestCollection('get', '/v1/setup_attempts', $params, $opts); - } -} + + */ + public function all($params = null, $opts = null) + { + return $this->requestCollection('get', '/v1/setup_attempts', $params, $opts); + } +} -- cgit v1.2.3