Selenium Tests for Checkout + other store operations (#1015)

This commit is contained in:
Andrew Camilleri
2019-09-10 10:03:24 +02:00
committed by Nicolas Dorier
parent b3298589c3
commit e6cfb6e851
10 changed files with 322 additions and 73 deletions

View File

@@ -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)