mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-04-10 22:49:08 +02:00
Save paywall config service as strike
This commit is contained in:
parent
983de173aa
commit
fb74a1a311
@ -8,7 +8,7 @@ public enum PaywallServices
|
||||
|
||||
public abstract record PaywallConfig(PaywallServices Service, PaywallMoney Cost);
|
||||
|
||||
public record StrikePaywallConfig(PaywallServices Service, PaywallMoney Cost) : PaywallConfig(Service, Cost)
|
||||
public record StrikePaywallConfig(PaywallMoney Cost) : PaywallConfig(PaywallServices.Strike, Cost)
|
||||
{
|
||||
public string Handle { get; init; }
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user