From 74581ac3633cda47e40112feb9cb3b387662504e Mon Sep 17 00:00:00 2001 From: Flavius Cosmin Date: Sat, 4 Mar 2023 02:53:19 +0200 Subject: [PATCH] Update CustomerService.php (#1446) fix the return type hint Co-authored-by: pakrym-stripe <99349468+pakrym-stripe@users.noreply.github.com> --- lib/Service/CustomerService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Service/CustomerService.php b/lib/Service/CustomerService.php index 5cb7910a2..1592f04ef 100644 --- a/lib/Service/CustomerService.php +++ b/lib/Service/CustomerService.php @@ -337,7 +337,7 @@ public function retrieveCashBalanceTransaction($parentId, $id, $params = null, $ * * @throws \Stripe\Exception\ApiErrorException if the request fails * - * @return \Stripe\Customer + * @return \Stripe\PaymentMethod */ public function retrievePaymentMethod($parentId, $id, $params = null, $opts = null) {