refactor(Application): Aufrüstung von Core.Client auf 2.0.1

This commit is contained in:
Developer 02 2024-11-25 14:08:47 +01:00
parent d23b8b9187
commit d3104500d4
3 changed files with 10 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="DigitalData.Core.Abstractions" Version="2.2.0" />
<PackageReference Include="DigitalData.Core.Application" Version="2.0.0" />
<PackageReference Include="DigitalData.Core.Client" Version="2.0.0" />
<PackageReference Include="DigitalData.Core.Client" Version="2.0.1" />
<PackageReference Include="DigitalData.Core.DTO" Version="2.0.0" />
<PackageReference Include="DigitalData.EmailProfilerDispatcher" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.18" />

View File

@ -14,6 +14,7 @@ namespace EnvelopeGenerator.Web.Controllers.Test
_service = service;
}
[HttpPost]
public async Task<IActionResult> SendAsync(string recipient, string message)
{
await _service.SendSmsAsync(recipient: recipient, message: message);

View File

@ -128,5 +128,13 @@
},
"GTXMessagingConfig": {
"AuthKey": "ep$?A!Gs"
},
"SmsConfig": {
"Uri": "https://rest.gtx-messaging.net",
"Path": "smsc/sendsms/f566f7e5-bdf2-4a9a-bf52-ed88215a432e/json",
"Headers": {},
"QueryParams": {
"from": "signFLOW Portal"
}
}
}