Fix checkout page

This commit is contained in:
nicolas.dorier
2017-10-19 01:33:55 +09:00
parent ff719fbe2d
commit 1a060a6c7b
4 changed files with 8 additions and 3 deletions

View File

@@ -112,6 +112,7 @@ namespace BTCPayServer.Controllers
var model = new PaymentModel()
{
ServerUrl = HttpContext.Request.GetAbsoluteRoot(),
OrderId = invoice.OrderId,
InvoiceId = invoice.Id,
BTCAddress = invoice.DepositAddress.ToString(),