File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
OF DRM Video Downloader/Entities Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ public class Subscribe
106
106
public string ? price { get ; set ; }
107
107
public string ? regularPrice { get ; set ; }
108
108
public string ? discount { get ; set ; }
109
- public int ? earningId { get ; set ; }
110
109
public string action { get ; set ; }
111
110
public string type { get ; set ; }
112
111
public object offerStart { get ; set ; }
Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ public class Subscribe
134
134
public string ? price { get ; set ; }
135
135
public string ? regularPrice { get ; set ; }
136
136
public int ? discount { get ; set ; }
137
- public int ? earningId { get ; set ; }
138
137
public string action { get ; set ; }
139
138
public string type { get ; set ; }
140
139
public object offerStart { get ; set ; }
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ public class Subscribe
102
102
public string ? price { get ; set ; }
103
103
public string ? regularPrice { get ; set ; }
104
104
public string ? discount { get ; set ; }
105
- public int ? earningId { get ; set ; }
106
105
public string action { get ; set ; }
107
106
public string type { get ; set ; }
108
107
public object offerStart { get ; set ; }
You can’t perform that action at this time.
0 commit comments