@model LittleShop.Areas.Admin.Controllers.SystemSettingsViewModel @{ ViewData["Title"] = "System Settings"; }

System Settings

@if (!string.IsNullOrEmpty(ViewBag.Success)) { } @if (!string.IsNullOrEmpty(ViewBag.Error)) { }
Test Currencies

Enable test currencies for development and testing purposes. These currencies are only available when enabled here.

@foreach (var currency in Model.TestCurrencies) {
}
Production Currencies

Production currencies are always available based on SilverPay support.

Always Enabled:
  • BTC - Bitcoin (Production)
  • ETH - Ethereum (Production)

These currencies are automatically available in the TeleBot based on SilverPay API support.