btcpayserver/BTCPayServer/Views/Stores/StoreNavPages.cs

8 lines
249 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, CheckoutAppearance, GeneralSettings, Tokens, Users, PayButton, Integrations, Webhooks, ActivePage, PullPayments, Payouts
}
2017-09-13 23:50:36 +09:00
}