19 lines
545 B
C#
19 lines
545 B
C#
//using AyCode.Core.Consts;
|
|
//using Mango.Nop.Core;
|
|
|
|
namespace Nop.Plugin.Misc.FruitBankPlugin
|
|
{
|
|
//public class FruitBankConst : NopCommonConst
|
|
//{
|
|
// public static string ProjectIdString = "f9f9383f-c459-4b9f-b0b5-201bd4a9c21b";
|
|
// public const string RequiresMeasurementAttr = "PriceByMeasurement.RequiresMeasurement";
|
|
|
|
// static FruitBankConst()
|
|
// {
|
|
// ProjectId = Guid.Parse(ProjectIdString);
|
|
// ProjectSalt = GenerateProjectSalt(ProjectId.ToString("N"));
|
|
// }
|
|
//}
|
|
|
|
}
|