btcpayserver/BTCPayServer/Views/Stores/StoreNavPages.cs

8 lines
273 B
C#
Raw Normal View History

2017-09-13 23:50:36 +09:00
namespace BTCPayServer.Views.Stores
{
public enum StoreNavPages
{
Index, Create, Rates, PaymentMethods, OnchainSettings, LightningSettings, CheckoutAppearance, GeneralSettings, Tokens, Users, PayButton, Integrations, Webhooks, PullPayments, Payouts
}
2017-09-13 23:50:36 +09:00
}