mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-20 23:44:21 +01:00
URL of image for pay button
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user