diff --git a/EnvelopeGenerator.Application/Services/GTXMessagingService.cs b/EnvelopeGenerator.Application/Services/GTXMessagingService.cs index 81a03545..c8e5090f 100644 --- a/EnvelopeGenerator.Application/Services/GTXMessagingService.cs +++ b/EnvelopeGenerator.Application/Services/GTXMessagingService.cs @@ -16,7 +16,7 @@ namespace EnvelopeGenerator.Application.Services _smsParams = smsParamsOptions.Value; } - public async Task SendSms(string recipient, string message) + public async Task SendSmsAsync(string recipient, string message) { await _smsClient.FetchAsync(queryParams: new Dictionary() { { _smsParams.RecipientQueryParamName, recipient },