scm-spain / boros-CMP

GDPR CMP (Consent Managment Provider) implementation
MIT License
5 stars 1 forks source link

Malformed VendorConsents object received #54

Closed victuxbb closed 6 years ago

victuxbb commented 6 years ago

Vendor Consents Mapper The intention of this PR is to avoid calling SetVendorConsentsUseCase with malformed data, if our client (UI) is sending wrong data, we should notify him as soon as possible, allow the malformed data to come in and process only partial changes and without telling nothing to our client, IMO is not a good idea, our client will never know that is sending wrong partialy data so he will never have the opportunity to fix it.

This PR includes: