mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Selenium Tests for Checkout + other store operations (#1015)
This commit is contained in:
committed by
Nicolas Dorier
parent
b3298589c3
commit
e6cfb6e851
@@ -118,6 +118,7 @@ namespace BTCPayServer.Controllers
|
||||
Description = settings.Description,
|
||||
NotificationEmail = settings.NotificationEmail,
|
||||
NotificationUrl = settings.NotificationUrl,
|
||||
SearchTerm = $"storeid:{app.StoreDataId}",
|
||||
RedirectAutomatically = settings.RedirectAutomatically.HasValue? settings.RedirectAutomatically.Value? "true": "false" : ""
|
||||
};
|
||||
if (HttpContext?.Request != null)
|
||||
|
||||
Reference in New Issue
Block a user