From a822b56102869981c56506fc46267448e4b97b35 Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Mon, 7 Aug 2023 08:49:31 +0100 Subject: [PATCH] Fix typo --- modules/ppcp-api-client/src/Entity/Payments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-api-client/src/Entity/Payments.php b/modules/ppcp-api-client/src/Entity/Payments.php index 720489c7a..2dbcf9582 100644 --- a/modules/ppcp-api-client/src/Entity/Payments.php +++ b/modules/ppcp-api-client/src/Entity/Payments.php @@ -29,7 +29,7 @@ class Payments { private $captures; /** - * The Captures. + * The Refunds. * * @var Refund[] */