btcpayserver/BTCPayServer/Views/Stores/StoreNavPages.cs
d11n 2d4aa52fa5
Restructure store and payment settings (#2995)
Co-authored-by: Kukks <evilkukka@gmail.com>
2021-10-29 08:25:43 +02:00

8 lines
249 B
C#

namespace BTCPayServer.Views.Stores
{
public enum StoreNavPages
{
Index, Create, Rates, PaymentMethods, CheckoutAppearance, GeneralSettings, Tokens, Users, PayButton, Integrations, Webhooks, ActivePage, PullPayments, Payouts
}
}