Skip to content

Commit 352c436

Browse files
:|
1 parent 0204208 commit 352c436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TransactionProcessor.BusinessLogic/Services/TransactionDomainService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public async Task<ProcessLogonTransactionResponse> ProcessLogonTransaction(Guid
102102
else
103103
{
104104
// Record the failure
105-
Logger.LogInformation(validationResult.responseMessage);
105+
throw new NotImplementedException();
106106
}
107107

108108
transactionAggregate = await transactionAggregateRepository.GetLatestVersion(transactionId, cancellationToken);

0 commit comments

Comments
 (0)