Skip to content

Commit 03674b5

Browse files
author
sim0n00ps
committed
Remove earningId
1 parent 5e30df1 commit 03674b5

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

OF DRM Video Downloader/Entities/Subscriptions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ public class Subscribe
106106
public string? price { get; set; }
107107
public string? regularPrice { get; set; }
108108
public string? discount { get; set; }
109-
public int? earningId { get; set; }
110109
public string action { get; set; }
111110
public string type { get; set; }
112111
public object offerStart { get; set; }

OF DRM Video Downloader/Entities/User.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ public class Subscribe
134134
public string? price { get; set; }
135135
public string? regularPrice { get; set; }
136136
public int? discount { get; set; }
137-
public int? earningId { get; set; }
138137
public string action { get; set; }
139138
public string type { get; set; }
140139
public object offerStart { get; set; }

OF DRM Video Downloader/Entities/UsersList.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ public class Subscribe
102102
public string? price { get; set; }
103103
public string? regularPrice { get; set; }
104104
public string? discount { get; set; }
105-
public int? earningId { get; set; }
106105
public string action { get; set; }
107106
public string type { get; set; }
108107
public object offerStart { get; set; }

0 commit comments

Comments
 (0)