This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user