Skip to content

Commit 6a70eef

Browse files
Merge pull request #482 from TransactionProcessing/codacy/general_fixes
some fixes
2 parents f2d655a + 3b0aa94 commit 6a70eef

File tree

2 files changed

+2
-115
lines changed

2 files changed

+2
-115
lines changed

TransactionProcessorACL/Common/ClaimsHelper.cs

Lines changed: 0 additions & 115 deletions
This file was deleted.

TransactionProcessorACL/Controllers/TransactionController.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ public async Task<IActionResult> PerformTransaction([FromBody] TransactionReques
124124
return reconciliationResponse.ToActionResultX();
125125
dto = this.ModelFactory.ConvertFrom(reconciliationResponse.Data);
126126
break;
127+
default:
128+
return Result.Invalid("Invalid Request Type").ToActionResultX();
127129
}
128130

129131

0 commit comments

Comments
 (0)