mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Rename ShowEmailWarningForStore(storeId) => IsEmailConfigured(storeId)
This commit is contained in:
@@ -94,7 +94,7 @@ namespace BTCPayServer.Controllers
|
||||
|
||||
var vm = new UpdatePointOfSaleViewModel()
|
||||
{
|
||||
NotificationEmailWarning = await ShowEmailWarningForStore(app.StoreDataId),
|
||||
NotificationEmailWarning = !await IsEmailConfigured(app.StoreDataId),
|
||||
Id = appId,
|
||||
Title = settings.Title,
|
||||
EnableShoppingCart = settings.EnableShoppingCart,
|
||||
|
||||
Reference in New Issue
Block a user