Rename paywall to payment

This commit is contained in:
Kieran
2022-09-07 15:52:40 +01:00
parent c3dbecca2a
commit af62bd74eb
40 changed files with 439 additions and 388 deletions

View File

@@ -1,5 +1,5 @@
using Newtonsoft.Json;
using VoidCat.Model.Paywall;
using VoidCat.Model.Payments;
namespace VoidCat.Model
{
@@ -17,9 +17,9 @@ namespace VoidCat.Model
public TMeta? Metadata { get; init; }
/// <summary>
/// Optional paywall config
/// Optional payment config
/// </summary>
public PaywallConfig? Paywall { get; init; }
public PaymentConfig? Payment { get; init; }
/// <summary>
/// User profile that uploaded the file