We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149316d commit f74cbe4Copy full SHA for f74cbe4
src/JoinRpg.Portal/Controllers/Money/PaymentsController.cs
@@ -70,7 +70,7 @@ public async Task<ActionResult> ClaimPayment(PaymentViewModel data)
70
CommentText = data.CommentText,
71
PayerId = CurrentUserAccessor.UserId,
72
Money = data.Money,
73
- Method = (PaymentMethod) data.Method,
+ Method = (PaymentMethod)data.Method,
74
OperationDate = data.OperationDate,
75
});
76
0 commit comments