Skip to content

Commit ab73214

Browse files
chore: this commit forces the pipeline to run
1 parent 833fe69 commit ab73214

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Boundaries/Comanda.Payments/Source/Comanda.Payments.WebApi/Interceptors/CredentialInterceptor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage reques
2323

2424
// the credential captured from the incoming request is used as a bearer token for authorization
2525
// https://docs.abacatepay.com/pages/authentication
26+
2627
if (!string.IsNullOrWhiteSpace(credential))
2728
{
2829
request.Headers.Authorization = authorization;

0 commit comments

Comments
 (0)