This commit is contained in:
Kukks
2024-04-11 15:10:57 +02:00
parent 71cb4c3f82
commit 215edd5b0a
18 changed files with 1352 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
namespace BTCPayServer.Plugins.Subscriptions;
public enum SubscriptionStatus
{
Active,
Inactive
}