Skip to content

Commit f62c04e

Browse files
committed
chore: add featureDisplayName to hostFeatureEntitlement
1 parent 5faa79c commit f62c04e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cryptlex/lexfloatclient/lexfloatclient.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def __init__(self, name, enabled, data):
2626
class HostFeatureEntitlement(object):
2727
def __init__(self, host_feature_entitlement_dict):
2828
self.feature_name = host_feature_entitlement_dict.get("featureName")
29+
self.feature_display_name = host_feature_entitlement_dict.get("featureDisplayName")
2930
self.value = host_feature_entitlement_dict.get("value")
3031

3132

0 commit comments

Comments
 (0)