From ef5dc3a9f58257e867437bf7ea24d8f9ab7c8d96 Mon Sep 17 00:00:00 2001
From: Pedro Silva
Date: Wed, 28 Feb 2024 11:26:43 +0000
Subject: [PATCH] Fix lint.
---
.../src/Processor/AuthorizedPaymentsProcessor.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/ppcp-wc-gateway/src/Processor/AuthorizedPaymentsProcessor.php b/modules/ppcp-wc-gateway/src/Processor/AuthorizedPaymentsProcessor.php
index 5eb63b683..34bc13060 100644
--- a/modules/ppcp-wc-gateway/src/Processor/AuthorizedPaymentsProcessor.php
+++ b/modules/ppcp-wc-gateway/src/Processor/AuthorizedPaymentsProcessor.php
@@ -105,7 +105,7 @@ class AuthorizedPaymentsProcessor {
*
* @var string
*/
- private $reauthorization_failure_reason;
+ private $reauthorization_failure_reason = '';
/**
* AuthorizedPaymentsProcessor constructor.