accounts/common/tests/fixtures/data/webhooks-events.php

12 lines
178 B
PHP

<?php
return [
[
'webhook_id' => 1,
'event_type' => 'account.edit',
],
[
'webhook_id' => 2,
'event_type' => 'account.edit',
],
];