Skip to content

Commit f72bdab

Browse files
Fix missing constant
1 parent 44b3c8f commit f72bdab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Service/EmailService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function createWebhook(): ?string
204204
],
205205
UrlGeneratorInterface::ABSOLUTE_URL
206206
),
207-
'PayloadFormat' => CS_REST_WEBHOOK_FORMAT_JSON,
207+
'PayloadFormat' => 'json',
208208
]);
209209
if ($result->was_successful()) {
210210
return $result->response;

0 commit comments

Comments
 (0)