Skip to content

Commit 61f5998

Browse files
committed
Rename PricingPlans to PricingTable
1 parent 9165b47 commit 61f5998

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Constants.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ class Constants
1717
const LICENSING_MODEL_FLOATING = "Floating";
1818
const LICENSING_MODEL_MULTI_FEATURE = "MultiFeature";
1919
const LICENSING_MODEL_MULTI_PAY_PER_USE = "PayPerUse";
20-
const LICENSING_MODEL_PRICING_PLANS = "PricingPlans";
20+
const LICENSING_MODEL_PRICING_TABLE = "PricingTable";
2121
const LICENSING_MODEL_QUOTA = "Quota";
22-
}
22+
}
23+
24+
25+
26+

0 commit comments

Comments
 (0)