Skip to content

Commit 52c917c

Browse files
authored
Merge pull request #623 from nofrixion/feature/MOOV-4753-Default-notification-method
Set default for notification method
2 parents 1b44495 + 9c44b0a commit 52c917c

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; }
88+
public NotificationMethodTypesEnum NotificationMethod { get; set; } = NotificationMethodTypesEnum.Email;
8989

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

0 commit comments

Comments
 (0)