This commit is contained in:
2023-01-09 01:43:08 +00:00
parent 47cb4c0045
commit 146d17a865
3 changed files with 336 additions and 342 deletions

View File

@@ -240,7 +240,7 @@ namespace Sockeye.Biz
public static string GenFetchCode()
private static string GenFetchCode()
{
//sufficient for this purpose
@@ -304,7 +304,7 @@ namespace Sockeye.Biz
/// This is called by both regular and trial license key routes
/// </summary>
/// <returns></returns>
private static void genKey(License l)
internal static void GenerateAndSetV7Key(License l)
{
StringBuilder sbKey = new StringBuilder();