From e45f5c74b6578e66fa43d20d6277b1cfb369536a Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:26:20 +0100 Subject: [PATCH] Mark name property as public. --- src/Core/PaymentMethod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/PaymentMethod.php b/src/Core/PaymentMethod.php index 7697a7e0..d1dba010 100644 --- a/src/Core/PaymentMethod.php +++ b/src/Core/PaymentMethod.php @@ -28,7 +28,7 @@ class PaymentMethod { * * @var string */ - private $name; + public $name; /** * Status.