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.
2 parents 005373f + ec7011e commit 3d404eaCopy full SHA for 3d404ea
src/NoFrixion.MoneyMoov/Extensions/PaymentAmount.cs
@@ -23,7 +23,7 @@ public static class PaymentAmount
23
/// Combines the display currency symbol and amount.
24
/// </summary>
25
public static string DisplayCurrencyAndAmount(CurrencyTypeEnum currency, decimal amount) =>
26
- currency.GetCurrencySymbol() + " " + GetDisplayAmount(currency, amount);
+ currency.GetCurrencySymbol() + GetDisplayAmount(currency, amount);
27
28
// Decide decimals once, reuse everywhere.
29
private static int GetDecimalPlaces(CurrencyTypeEnum currency, decimal amount)
0 commit comments