add support for free/paid in module, theme, translation installation

This commit is contained in:
Shaun Walker
2021-08-13 15:56:22 -04:00
parent b19cbf54e0
commit ffe724b32d
9 changed files with 177 additions and 35 deletions

View File

@ -66,5 +66,10 @@ namespace Oqtane.Models
/// Indicates if any known security vulnerabilities exist
/// </summary>
public int Vulnerabilities { get; set; }
/// <summary>
/// The price of the package
/// </summary>
public decimal Price { get; set; }
}
}