Skip to content

Commit

Permalink
chore: uncomment from compatability list
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Apr 12, 2024
1 parent 8adabbe commit 5b70ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DonationForms/V2/DonationFormsAdminPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 5b70ff0

Please sign in to comment.