Skip to content

Commit

Permalink
Merge pull request #90 from clivewalkden/master
Browse files Browse the repository at this point in the history
Added support for Freelunchlabs_Mailgun plugin
  • Loading branch information
madalinoprea committed Sep 14, 2016
2 parents 2c0d771 + 9b417c8 commit 001b969
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 @@ -165,6 +165,14 @@ class Sheep_Debug_Model_Core_Email_Template extends Ebizmarts_Mandrill_Model_Ema
use Sheep_Debug_Model_Core_Email_Template_Capture;
}

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


class Sheep_Debug_Model_Core_Email_Template extends FreeLunchLabs_MailGun_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 001b969

Please sign in to comment.