Skip to content

Commit

Permalink
Fix Syntax - Example of HTTP Request
Browse files Browse the repository at this point in the history
 - #18
  • Loading branch information
aljawaid committed Sep 13, 2023
1 parent 089e447 commit d5aaef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Template/config/webhook-code-examples-event-payloads.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<?= t('All event payloads are in the following format:') ?>
</p>
<div class="panel">
<pre class="">
<pre class="">
{
"event_name": "model.event_name",
"event_data": {
"key1": "value1",
"key2": "value2"
}
}
</pre>
</pre>
</div>
<p class="">
<?= e('The %s values are not necessary normalized across events.', '<strong><code>event_data</code></strong>') ?>
Expand Down

0 comments on commit d5aaef6

Please sign in to comment.