Skip to content

Commit f16fd2a

Browse files
committed
Rename PricingPlans to PricingTable
1 parent 8754803 commit f16fd2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

entity/ProductModule.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ class ProductModule extends BaseEntity
103103
/**
104104
* @deprecated
105105
* No longer used by internal code and not recommended, will be removed in future versions.
106-
* Use class Constants::LICENSING_MODEL_PRICING_PLANS instead.
106+
* Use class Constants::LICENSING_MODEL_PRICING_TABLE instead.
107107
*/
108-
const LICENSING_MODEL_PRICING_PLANS = "PricingPlans";
108+
const LICENSING_MODEL_PRICING_TABLE = "PricingTable";
109109
/**
110110
* @deprecated
111111
* No longer used by internal code and not recommended, will be removed in future versions.

0 commit comments

Comments
 (0)