Add redirect url to the invoice page

This commit is contained in:
nicolas.dorier
2018-01-14 15:01:09 +09:00
parent aed32204b5
commit 8517b222bf
3 changed files with 7 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ namespace BTCPayServer.Controllers
BuyerInformation = invoice.BuyerInformation,
Fiat = FormatCurrency((decimal)dto.Price, dto.Currency),
NotificationUrl = invoice.NotificationURL,
RedirectUrl = invoice.RedirectURL,
ProductInformation = invoice.ProductInformation,
StatusException = invoice.ExceptionStatus
};