We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cdaf8 commit 3d55c91Copy full SHA for 3d55c91
src/NoFrixion.MoneyMoov/Models/WebHook/WebhookCreate.cs
@@ -85,7 +85,7 @@ public WebhookResourceTypesEnum Type
85
/// The type of notification that will be sent.
86
/// </summary>
87
[Required]
88
- public NotificationMethodTypesEnum NotificationMethod { get; set; } = NotificationMethodTypesEnum.Email;
+ public NotificationMethodTypesEnum NotificationMethod { get; set; } = NotificationMethodTypesEnum.Webhook;
89
90
public IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
91
{
0 commit comments