Skip to content

Commit

Permalink
Merge pull request #252 from tobiaslohr/us01-host-fix
Browse files Browse the repository at this point in the history
#250 remove obsolete constant
  • Loading branch information
tobiaslohr authored Aug 31, 2021
2 parents 88f6ec1 + 93f1564 commit 1a146a0
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 1a146a0

Please sign in to comment.