Use object instead of stdclass for payment source properties

This commit is contained in:
Emili Castells Guasch 2023-12-11 14:06:14 +01:00
parent 0e8e4dcaeb
commit 3ab8b3a97f

View file

@ -26,7 +26,7 @@ class PaymentSource {
/**
* Payment source properties.
*
* @var stdClass
* @var object
*/
private $properties;