-
Notifications
You must be signed in to change notification settings - Fork 0
/
sfdx-project.json
31 lines (31 loc) · 1.08 KB
/
sfdx-project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"package": "Adyen Salesforce Order Management",
"definitionFile": "config/project-scratch-def.json",
"versionName": "version 3.1",
"versionNumber": "3.1.0.NEXT",
"ancestorVersion": "HIGHEST",
"dependencies": [
{
"package": "API Library Apex [email protected]"
}
]
}
],
"namespace": "adyen_payment",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "61.0",
"packageAliases": {
"Adyen Salesforce Order Management": "0Ho4T000000blPMSAY",
"API Library Apex [email protected]": "04tRP0000000vZNYAY",
"Adyen Salesforce Order [email protected]": "04t4T000001y7C0QAI",
"Adyen Salesforce Order [email protected]": "04tRP00000002BVYAY",
"Adyen Salesforce Order [email protected]": "04tRP0000000A7RYAU",
"Adyen Salesforce Order [email protected]": "04tRP0000000AFVYA2",
"Adyen Salesforce Order [email protected]": "04tRP0000000mW5YAI",
"Adyen Salesforce Order [email protected]": "04tRP0000000vcbYAA"
}
}