Skip to content

Commit

Permalink
♻️ add content-type header for http notifier (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
gowrizrh committed Jul 12, 2024
1 parent 42e1c0c commit 3867d59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Service/AsyncEvent/HttpNotifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ public function notify(AsyncEventInterface $asyncEvent, CloudEventImmutable $eve
self::HASHING_ALGORITHM,
$body,
$this->encryptor->decrypt($asyncEvent->getVerificationToken())
)
),
'content-type' => 'application/json'
];

$notifierResult = new NotifierResult();
Expand Down

0 comments on commit 3867d59

Please sign in to comment.