-
Notifications
You must be signed in to change notification settings - Fork 3
/
sfdx-project.json
28 lines (28 loc) · 1012 Bytes
/
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
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"package": "API Library Apex Adyen",
"versionName": "version 3.3",
"versionNumber": "3.3.0.NEXT",
"ancestorVersion": "HIGHEST"
}
],
"name": "adyen-apex-api-lib-2GP",
"namespace": "adyen_payment",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "61.0",
"packageAliases": {
"API Library Apex Adyen": "0Ho4T0000000043SAA",
"API Library Apex [email protected]": "04t4T000001VvbqQAC",
"API Library Apex [email protected]": "04t4T000001VvfJQAS",
"API Library Apex [email protected]": "04t4T000001HohPQAS",
"API Library Apex [email protected]": "04t4T000001y7BWQAY",
"API Library Apex [email protected]": "04tRP0000000A5pYAE",
"API Library Apex [email protected]": "04tRP0000000D25YAE",
"API Library Apex [email protected]": "04tRP0000000XGvYAM",
"API Library Apex [email protected]": "04tRP0000000lwbYAA",
"API Library Apex [email protected]": "04tRP0000000vZNYAY"
}
}