| @@ -24,12 +24,11 @@ | ||
| 24 | 24 | |
| 25 | 25 | require_once WEFORMS_INCLUDES . '/integrations/slack/class-integration-slack.php'; |
| 26 | 26 | require_once WEFORMS_INCLUDES . '/integrations/erp/class-integration-erp.php'; |
| 27 | 27 | require_once WEFORMS_INCLUDES . '/integrations/mailpoet/class-integration-mailpoet.php'; |
| 28 | - require_once WEFORMS_INCLUDES . '/integrations/sprout-invoices/class-integration-sprout-invoices.php'; | |
| 29 | 28 | |
| 30 | 29 | $integrations = apply_filters( 'weforms_integrations', [ |
| 31 | - 'WeForms_Integration_Slack', 'WeForms_Integration_ERP', 'WeForms_Integration_MailPoet_Free', 'WeForms_Integration_SI', | |
| 30 | + 'WeForms_Integration_Slack', 'WeForms_Integration_ERP', 'WeForms_Integration_MailPoet_Free', | |
| 32 | 31 | ] ); |
| 33 | 32 | |
| 34 | 33 | // Load integration classes |
| 35 | 34 | foreach ( $integrations as $integration ) { |
| @@ -49,5 +48,5 @@ | ||
| 49 | 48 | } |
| 50 | 49 | |
| 51 | 50 | return $settings; |
| 52 | 51 | } |
| 53 | -} | |
| 52 | +} | |