Skip to content

Commit

Permalink
Adds support to capture e-mails when having Ebizmarts_Mandrill instal…
Browse files Browse the repository at this point in the history
…led #50
  • Loading branch information
madalinoprea committed Feb 25, 2016
1 parent 2479813 commit ba5343f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/Debug/Model/Core/Email/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@ class Sheep_Debug_Model_Core_Email_Template extends Aschroder_SMTPPro_Model_Emai
use Sheep_Debug_Model_Core_Email_Template_Capture;
}

} else if(Mage::helper('core')->isModuleEnabled('Ebizmarts_Mandrill')) {


class Sheep_Debug_Model_Core_Email_Template extends Ebizmarts_Mandrill_Model_Email_Template
{
use Sheep_Debug_Model_Core_Email_Template_Capture;
}

} else {

class Sheep_Debug_Model_Core_Email_Template extends Mage_Core_Model_Email_Template
Expand Down

0 comments on commit ba5343f

Please sign in to comment.