Skip to content

Commit 240ed08

Browse files
committed
Make webhook the default notificaiton type.
1 parent 76cdaf8 commit 240ed08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NoFrixion.MoneyMoov/Models/WebHook/WebhookCreate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public WebhookResourceTypesEnum Type
8585
/// The type of notification that will be sent.
8686
/// </summary>
8787
[Required]
88-
public NotificationMethodTypesEnum NotificationMethod { get; set; } = NotificationMethodTypesEnum.Email;
88+
public NotificationMethodTypesEnum NotificationMethod { get; set; } = NotificationMethodTypesEnum.Webhook;
8989

9090
public IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
9191
{

0 commit comments

Comments
 (0)