URL of image for pay button

This commit is contained in:
rockstardev
2018-08-22 10:52:17 +02:00
parent b1fcf4524a
commit 9a5034c13c
3 changed files with 17 additions and 5 deletions

View File

@@ -32,7 +32,8 @@ namespace BTCPayServer.Controllers
Currency = DEFAULT_CURRENCY,
ButtonSize = 2,
UrlRoot = appUrl,
CurrencyDropdown = currencyDropdown
CurrencyDropdown = currencyDropdown,
PayButtonImageUrl = appUrl + "/img/paywithbtcpay.png"
};
return View(model);
}