Skip to content

Commit 525cec9

Browse files
authored
Merge pull request #308 from UsingSession/main
Deprecation of events in the Webhook API
2 parents af2ad51 + 87a9df1 commit 525cec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Picqer/Financials/Moneybird/Entities/Webhook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Webhook extends Model
2222
protected $fillable = [
2323
'id',
2424
'url',
25-
'events',
25+
'enabled_events',
2626
'last_http_status',
2727
'last_http_body',
2828
'token',

0 commit comments

Comments
 (0)