fix build

This commit is contained in:
nicolas.dorier
2019-09-05 11:41:51 +09:00
parent c247e275f6
commit 0798b95c6b
2 changed files with 1 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ namespace BTCPayServer.Controllers
Fiat = _CurrencyNameTable.DisplayFormatCurrency(prodInfo.Price, prodInfo.Currency),
TaxIncluded = _CurrencyNameTable.DisplayFormatCurrency(prodInfo.TaxIncluded, prodInfo.Currency),
NotificationEmail = invoice.NotificationEmail,
NotificationUrl = invoice.NotificationURL,
NotificationUrl = invoice.NotificationURL?.AbsoluteUri,
RedirectUrl = invoice.RedirectURL.AbsoluteUri,
ProductInformation = invoice.ProductInformation,
StatusException = invoice.ExceptionStatus,