Skip to content

Commit 6e46568

Browse files
committed
Remove deprecated fields from LM (added after release tag)
1 parent f16fd2a commit 6e46568

File tree

1 file changed

+0
-49
lines changed

1 file changed

+0
-49
lines changed

entity/ProductModule.php

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -64,55 +64,6 @@
6464
*/
6565
class ProductModule extends BaseEntity
6666
{
67-
/**
68-
* @deprecated
69-
* No longer used by internal code and not recommended, will be removed in future versions.
70-
* Use class Constants::LICENSING_MODEL_TRY_AND_BUY instead.
71-
*/
72-
const LICENSING_MODEL_TRY_AND_BUY = "TryAndBuy";
73-
/**
74-
* @deprecated
75-
* No longer used by internal code and not recommended, will be removed in future versions.
76-
* Use class Constants::LICENSING_MODEL_RENTAL instead.
77-
*/
78-
const LICENSING_MODEL_RENTAL = "Rental";
79-
/**
80-
* @deprecated
81-
* No longer used by internal code and not recommended, will be removed in future versions.
82-
* Use class Constants::LICENSING_MODEL_SUBSCRIPTION instead.
83-
*/
84-
const LICENSING_MODEL_SUBSCRIPTION = "Subscription";
85-
/**
86-
* @deprecated
87-
* No longer used by internal code and not recommended, will be removed in future versions.
88-
* Use class Constants::LICENSING_MODEL_FLOATING instead.
89-
*/
90-
const LICENSING_MODEL_FLOATING = "Floating";
91-
/**
92-
* @deprecated
93-
* No longer used by internal code and not recommended, will be removed in future versions.
94-
* Use class Constants::LICENSING_MODEL_MULTI_FEATURE instead.
95-
*/
96-
const LICENSING_MODEL_MULTI_FEATURE = "MultiFeature";
97-
/**
98-
* @deprecated
99-
* No longer used by internal code and not recommended, will be removed in future versions.
100-
* Use class Constants::LICENSING_MODEL_MULTI_PAY_PER_USE instead.
101-
*/
102-
const LICENSING_MODEL_MULTI_PAY_PER_USE = "PayPerUse";
103-
/**
104-
* @deprecated
105-
* No longer used by internal code and not recommended, will be removed in future versions.
106-
* Use class Constants::LICENSING_MODEL_PRICING_TABLE instead.
107-
*/
108-
const LICENSING_MODEL_PRICING_TABLE = "PricingTable";
109-
/**
110-
* @deprecated
111-
* No longer used by internal code and not recommended, will be removed in future versions.
112-
* Use class Constants::LICENSING_MODEL_QUOTA instead.
113-
*/
114-
const LICENSING_MODEL_QUOTA = "Quota";
115-
11667
/**
11768
* The attributes that should be cast to native types.
11869
*

0 commit comments

Comments
 (0)