We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9165b47 commit 61f5998Copy full SHA for 61f5998
1 file changed
Constants.php
@@ -17,6 +17,10 @@ class Constants
17
const LICENSING_MODEL_FLOATING = "Floating";
18
const LICENSING_MODEL_MULTI_FEATURE = "MultiFeature";
19
const LICENSING_MODEL_MULTI_PAY_PER_USE = "PayPerUse";
20
- const LICENSING_MODEL_PRICING_PLANS = "PricingPlans";
+ const LICENSING_MODEL_PRICING_TABLE = "PricingTable";
21
const LICENSING_MODEL_QUOTA = "Quota";
22
-}
+}
23
+
24
25
26
0 commit comments