Skip to content

Commit e6c4137

Browse files
Merge pull request #196 from TransactionProcessing/bug/#194_calculationtypeenumwrong
Update to Calculation Type enum to swap values
2 parents dfc7cbb + 2a76b91 commit e6c4137

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TransactionProcessor.Models/CalculationType.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
public enum CalculationType
77
{
88
/// <summary>
9-
/// The percentage
9+
/// The fixed
1010
/// </summary>
11-
Percentage,
11+
Fixed,
1212

1313
/// <summary>
14-
/// The fixed
14+
/// The percentage
1515
/// </summary>
16-
Fixed
16+
Percentage
1717
}
1818
}

0 commit comments

Comments
 (0)