Fix: typo in InvoiceEntity.cs (#5236)

Minumum -> Minimum
This commit is contained in:
Ikko Eltociear Ashimine 2023-08-07 16:26:37 +09:00 committed by GitHub
parent 7dc41ebcea
commit 19d360a543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -439,7 +439,7 @@ namespace BTCPayServer.Services.Invoices
set;
}
/// <summary>
/// Minumum due to consider the invoice paid (can be negative if overpaid)
/// Minimum due to consider the invoice paid (can be negative if overpaid)
/// </summary>
[JsonIgnore]
public decimal MinimumNetDue { get; set; }