You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -55,7 +57,8 @@ public static function create(ContainerInterface $container, array $configuratio
55
57
$plugin_id,
56
58
$plugin_definition,
57
59
$container->get('logger.factory'),
58
-
$container->get('http_client')
60
+
$container->get('http_client'),
61
+
$container->get('os2web_audit.logger'),
59
62
);
60
63
}
61
64
@@ -121,6 +124,9 @@ public function process(Job $job): JobResult {
121
124
122
125
$this->submissionLogger->notice($this->t('The submission #@serial was successfully delivered', ['@serial' => $webformSubmission->serial()]), $logger_context);
123
126
127
+
$msg = sprintf('Successfully created FBS patron with cpr %s and guardian with cpr %s. Webform id %s.', $data['barn_cpr'], $data['cpr'], $webformSubmission->getWebform()->id());
0 commit comments