Skip to content

Commit 6be7e27

Browse files
committed
more decimal points
1 parent 6b776e0 commit 6be7e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CebelcaAPISharp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public async Task<string> AddInvoiceLine(string invoiceId, string title, string
225225
{
226226
Thread.CurrentThread.CurrentCulture = new CultureInfo("sl-SI");
227227
var cultureInfo = new CultureInfo("sl-SI"); // Slovenian culture
228-
var customFormat = "#,0.00;-#,0.00";
228+
var customFormat = "#,0.00000000;-#,0.00000000";
229229
var priceString = price.ToString(customFormat, cultureInfo);
230230
var values = new Dictionary<string, string>
231231
{

0 commit comments

Comments
 (0)