Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GET request for accept/reject actions for usnatPm #829

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

Nevazhnovu
Copy link
Collaborator

No description provided.

@@ -502,7 +502,7 @@ internal class ServiceImpl(
.executeOnLeft { error ->
(error as? ConsentLibExceptionK)?.let { logger.error(error) }
val spConsents = ConsentManager.responseConsentHandler(
gdpr = campaignManager.gdprConsentStatus?.copy(applies = dataStorage.gdprApplies),
ccpa = campaignManager.ccpaConsentStatus?.copy(applies = dataStorage.ccpaApplies),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that was a typo

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Could've been a copy & paste mistake.

@Nevazhnovu Nevazhnovu marked this pull request as ready for review August 6, 2024 11:00
@@ -502,7 +502,7 @@ internal class ServiceImpl(
.executeOnLeft { error ->
(error as? ConsentLibExceptionK)?.let { logger.error(error) }
val spConsents = ConsentManager.responseConsentHandler(
gdpr = campaignManager.gdprConsentStatus?.copy(applies = dataStorage.gdprApplies),
ccpa = campaignManager.ccpaConsentStatus?.copy(applies = dataStorage.ccpaApplies),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Could've been a copy & paste mistake.

@andresilveirah andresilveirah merged commit c577f2b into develop Aug 6, 2024
4 checks passed
@andresilveirah andresilveirah deleted the DIA-3891-accept-all-reject-all-for-usnat-pm branch August 6, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants