Skip to content

Commit

Permalink
SalesforceCommerceCloud#250 remove obsolete constant
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaslohr committed Aug 31, 2021
1 parent 96d861d commit 93f1564
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/sandbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const API_BASE = API_HOST + '/api/v1';
const API_SANDBOXES = API_BASE + '/sandboxes';
const API_SYSTEM = API_BASE + '/system';
const SANDBOX_API_POLLING_TIMEOUT = 1000 * 60 * 15; // 15 minutes
const SANDBOX_HOST_PATTERN = '%s-%s.sandbox.us01.dx.commercecloud.salesforce.com';
// ocapi settings to apply to sandbox at provisioning time, CLIENTID to be set beforehand
const SANDBOX_OCAPI_SETTINGS = [{ client_id: "CLIENTID",
resources: [
Expand Down

0 comments on commit 93f1564

Please sign in to comment.