Skip to content

Commit

Permalink
Update entitlement codes (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischrischris authored Dec 15, 2023
1 parent 151457b commit 62a8fd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libs/features/personalization/entitlements.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { getConfig } from '../../utils/utils.js';

export const ENTITLEMENT_MAP = {
'9565ef55-faad-430b-b661-596ba7a036c4': 'all-apps',
'c8d50cc2-491e-48df-a1b0-1509f0ca7323': 'photoshop',
'8ba78b22-90fb-4b97-a1c4-f8c03a45cbc2': 'indesign',
'51b1f617-2e43-4e91-a98a-3b7716ecba8f': 'photoshop',
'fd30e9c7-9ae9-44db-8e70-5c652a5bb1d2': 'cc-all-apps',
'8d3c8ac2-2937-486b-b6ff-37f02271b09b': 'illustrator',
};

const getEntitlements = (data) => {
Expand Down

0 comments on commit 62a8fd5

Please sign in to comment.