Skip to content

Commit

Permalink
Merge pull request #3 from gugacavalieri/helper-integration-fix
Browse files Browse the repository at this point in the history
fixing integration name at EmailSentHelper
  • Loading branch information
Gustavo Cavalieri Fernandes authored Feb 20, 2019
2 parents 709bbfc + 48fe934 commit 08e34b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/EmailSentHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static function init(IntegrationHelper $helper)
public static function getIntegration()
{
try {
return self::$integratonHelper->getIntegrationObject('EmailSent');
return self::$integratonHelper->getIntegrationObject('EmailSentNotifier');
} catch (\Exception $e) {
// do nothing
}
Expand Down

0 comments on commit 08e34b8

Please sign in to comment.