Skip to content

Commit

Permalink
[Notification] fix postmark
Browse files Browse the repository at this point in the history
Automatic commit for getparthenon/monorepo@583633c
  • Loading branch information
that-guy-iain committed Jun 19, 2024
1 parent 8f319f7 commit 7906b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Modules/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ private function configurePostmark(array $config, ContainerBuilder $container, s
throw new ParameterNotSetException('When the notification.email.provider is Postmark you need to define postmark.api_key');
}

$container->setParameter('parthenon_notification_email_sendgrid_api_key', $config['notification']['email']['postmark']['api_key']);
$container->setParameter('parthenon_notification_email_postmark_apikey', $config['notification']['email']['postmark']['api_key']);

$container->setAlias($senderInterface, PostmarkEmailSender::class);

Expand Down

0 comments on commit 7906b5d

Please sign in to comment.