Skip to content

Commit e50ef76

Browse files
authored
Merge pull request #33 from mailjet/typo-fix
fix typo
2 parents 51223a6 + 59fdbf3 commit e50ef76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MailjetMailServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ protected function registerSwiftTransport()
1717
parent::registerSwiftTransport();
1818
app('swift.transport')->extend('mailjet', function ($app) {
1919
$config = $this->app['config']->get('services.mailjet', array());
20-
$call = $this->app['config']->get('services.mailjet.transactionnal.call', true);
21-
$options = $this->app['config']->get('services.mailjet.transactionnal.options', array());
20+
$call = $this->app['config']->get('services.mailjet.transactional.call', true);
21+
$options = $this->app['config']->get('services.mailjet.transactional.options', array());
2222

2323
return new MailjetTransport(new \Swift_Events_SimpleEventDispatcher(), $config['key'], $config['secret'], $call, $options);
2424
});

0 commit comments

Comments
 (0)