mod-build 4.0.39 → 4.0.40-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
- package/tasks/templates.js +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/tasks/templates.js
CHANGED
|
@@ -220,7 +220,7 @@ const getConsentCaptureLanguage = async function(config, tempConfig) {
|
|
|
220
220
|
} else {
|
|
221
221
|
const vendorKey = findVendorKey(config),
|
|
222
222
|
profileApiDomain = 'https://api.modernize.com/',
|
|
223
|
-
profileApiUrl = `${profileApiDomain}v1/client-profiles/profiles?filters[matches][]=${vendorKey},QMP`;
|
|
223
|
+
profileApiUrl = `${profileApiDomain}v1/client-profiles/profiles?filters[matches][]=${vendorKey},QMP&filters[includeInactive]=1`;
|
|
224
224
|
|
|
225
225
|
if (vendorKey !== null) {
|
|
226
226
|
const getBrandedProfileId = await axios.get(profileApiUrl);
|