From 4697c1d6b9e9a91aa028a5797bbf036dd4343bf5 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Mon, 3 Jun 2024 23:54:23 -0400 Subject: [PATCH] undeclared var --- CRM/Core/Payment/Faps.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CRM/Core/Payment/Faps.php b/CRM/Core/Payment/Faps.php index 39c0f86..f85f806 100644 --- a/CRM/Core/Payment/Faps.php +++ b/CRM/Core/Payment/Faps.php @@ -35,6 +35,11 @@ class CRM_Core_Payment_Faps extends CRM_Core_Payment { protected $_mode = null; protected $disable_cryptogram = FALSE; + /** + * @var int + */ + protected $is_test; + /** * Constructor *