Skip to content

Commit

Permalink
Added default sender number in the config
Browse files Browse the repository at this point in the history
  • Loading branch information
khanrn committed Jan 16, 2024
1 parent 6ffaf52 commit 4762334
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ public class NotificationOrderConfig
/// Default from address for email notifications
/// </summary>
public string DefaultEmailFromAddress { get; set; } = string.Empty;

/// <summary>
/// Default sender number for sms notifications
/// </summary>
public string DefaultSenderNumber { get; set; } = string.Empty;
}

0 comments on commit 4762334

Please sign in to comment.