Quick fixes before release

This commit is contained in:
Kukks
2021-10-29 14:50:18 +02:00
parent 33754933d5
commit 94865815c7
4 changed files with 12 additions and 4 deletions

View File

@@ -252,7 +252,7 @@ namespace BTCPayServer
},
Currency = currencyCode,
Type = invoiceAmount is null ? InvoiceType.TopUp : InvoiceType.Standard,
}, store, Request.GetAbsoluteUri(""), additionalTags);
}, store, Request.GetAbsoluteRoot(), additionalTags);
if (i.Type != InvoiceType.TopUp)
{
min = i.GetPaymentMethod(pmi).Calculate().Due.ToDecimal(MoneyUnit.Satoshi);