Skip to content

Commit 4b32ce0

Browse files
committed
Rename PricingPlans to PricingTable
1 parent a2b6186 commit 4b32ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NetLicensingClient/Entities/Constants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ public class PayPerUse
139139
public const String NAME = "PayPerUse";
140140
}
141141

142-
public class PricingPlans
142+
public class PricingTable
143143
{
144-
public const String NAME = "PricingPlans";
144+
public const String NAME = "PricingTable";
145145
}
146146

147147
public class Quota

0 commit comments

Comments
 (0)