Skip to content

Commit

Permalink
feature: add mailchimp to list of supported addons
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHungDinh committed Dec 6, 2023
1 parent 1825f2e commit b32581c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DonationForms/V2/DonationFormsAdminPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ public function getSupportedAddons(): array
'Zapier' => defined('GIVE_ZAPIER_VERSION'),
'Salesforce' => defined('GIVE_SALESFORCE_VERSION'),
'Donation Upsells for WooCommerce' => class_exists('Give_WooCommerce'),
'MailChimp' => class_exists('Give_MailChimp'),
// 'Manual Donations' => class_exists('Give_Manual_Donations'),
// 'Funds' => defined('GIVE_FUNDS_ADDON_NAME'),
// 'Peer-to-Peer' => defined('GIVE_P2P_NAME'),
Expand Down

0 comments on commit b32581c

Please sign in to comment.