Skip to content

Commit

Permalink
Update Integration.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kee236 committed Aug 25, 2024
1 parent 410377d commit 6b3e43c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion application/controllers/Integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ public function integration_menu_section()
$data['email_autoresponder_apis'] = $this->get_autoresponders();
$data['social_medias'] = $this->get_social_medias();
$data['payment_apis'] = $this->get_payment_apis();
$data['sms_email_apis'] = $this->get_sms_email();
$data['sms_email_apis'] = $this->get_ai_email();
$data['get_ai_apis'] = $this->get_ai_apis();




$this->_viewcontroller($data);

Expand Down

0 comments on commit 6b3e43c

Please sign in to comment.