mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Remove CheckoutV1
This commit is contained in:
@@ -36,7 +36,7 @@ namespace BTCPayServer.Services
|
||||
{
|
||||
_logger = logger;
|
||||
var path = environment.WebRootPath;
|
||||
path = Path.Combine(path, "locales");
|
||||
path = Path.Combine(path, "locales", "checkout");
|
||||
var files = Directory.GetFiles(path, "*.json");
|
||||
var result = new List<Language>();
|
||||
foreach (var file in files)
|
||||
|
||||
Reference in New Issue
Block a user