You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like some additional validation was introduced in the newest version (3.1.4).
I would consider this a breaking change actually as certain strings will throw errors now that previously worked
Should this be a part of the CMP API? Maybe these "errors" should be warnings?
I'm running into a validation error that I don't think is correct - see below.
For the USNat string I believe if MspaCoveredTransaction is 2 ("No") then both MspaOptOutOptionMode and MspaServiceProviderMode should be 0 ("Not applicable"). But if I set those flags as such then (SaleOptOutNotice, SharingOptOutNotice, SensitiveDataLimitUseNotice) all need to be 0 ("Not applicable").
Should this validation only apply to when MspaServiceProviderMode is 1 ("Yes")?
The text was updated successfully, but these errors were encountered:
It looks like some additional validation was introduced in the newest version (
3.1.4
).For the USNat string I believe if
MspaCoveredTransaction
is2
("No") then bothMspaOptOutOptionMode
andMspaServiceProviderMode
should be0
("Not applicable"). But if I set those flags as such then (SaleOptOutNotice
,SharingOptOutNotice
,SensitiveDataLimitUseNotice
) all need to be0
("Not applicable").Should this validation only apply to when
MspaServiceProviderMode
is1
("Yes")?The text was updated successfully, but these errors were encountered: