From 3ab8b3a97f740ea9956c6fa0b8d9752986dab774 Mon Sep 17 00:00:00 2001 From: Emili Castells Guasch Date: Mon, 11 Dec 2023 14:06:14 +0100 Subject: [PATCH] Use object instead of stdclass for payment source properties --- modules/ppcp-api-client/src/Entity/PaymentSource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-api-client/src/Entity/PaymentSource.php b/modules/ppcp-api-client/src/Entity/PaymentSource.php index 36e1ee2a2..d3f1a8cc7 100644 --- a/modules/ppcp-api-client/src/Entity/PaymentSource.php +++ b/modules/ppcp-api-client/src/Entity/PaymentSource.php @@ -26,7 +26,7 @@ class PaymentSource { /** * Payment source properties. * - * @var stdClass + * @var object */ private $properties;