From 5b70ff0ce87c22e4737ce6461dd63ec67b540854 Mon Sep 17 00:00:00 2001 From: Jon Waldstein Date: Fri, 12 Apr 2024 10:56:54 -0400 Subject: [PATCH] chore: uncomment from compatability list --- src/DonationForms/V2/DonationFormsAdminPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DonationForms/V2/DonationFormsAdminPage.php b/src/DonationForms/V2/DonationFormsAdminPage.php index 5154bcc277..81d3d2fa70 100644 --- a/src/DonationForms/V2/DonationFormsAdminPage.php +++ b/src/DonationForms/V2/DonationFormsAdminPage.php @@ -342,7 +342,7 @@ public function getSupportedAddons(): array // 'MailChimp' => class_exists('Give_MailChimp'), // 'Text-to-Give' => defined('GIVE_TEXT_TO_GIVE_ADDON_NAME'), // 'Donation Block for Stripe' => defined('DONATION_BLOCK_FILE'), - // 'Double the Donation' => defined('GIVE_DTD_NAME'), + 'Double the Donation' => defined('GIVE_DTD_NAME'), // 'Simple Social Shout' => class_exists('SIMPLE_SOCIAL_SHARE_4_GIVEWP'), // 'Receipt Attachments' => defined('GIVERA_VERSION'), 'Per Form Gateways' => class_exists('Give_Per_Form_Gateways'),