Skip to content

Commit

Permalink
Update docereeAdManagerBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Jul 19, 2024
1 parent d38a06d commit cda06f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/docereeAdManagerBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ function getPayload(bid, userData) {

const data = {
userid: platformUid || userid || '',
email: email || '',
firstname: firstname || '',
lastname: lastname || '',
email: '',
firstname: '',
lastname: '',
specialization: specialization || '',
hcpid: hcpid || '',
hcpid: '',
gender: gender || '',
city: city || '',
state: state || '',
Expand All @@ -113,7 +113,7 @@ function getPayload(bid, userData) {
hashedmobile: hashedmobile || '',
country: country || '',
organization: organization || '',
dob: dob || '',
dob: '',
userconsent: 1,
mobile: mobile || ''
};
Expand Down

2 comments on commit cda06f4

@Doceree-techStack
Copy link
Contributor

Choose a reason for hiding this comment

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

"URGENT": @patmmccann why have you made changes to the adapter while merging, you have set the hcpid, dob, email, firstname, lastname as blank without any communication. This will break business continuity in production and result in financial losses. Please URGENTLY revert the changes done by you - setting "hcpid", "dob", "email", "firstname", "lastname" fields as blank.

@Doceree-techStack
Copy link
Contributor

Choose a reason for hiding this comment

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

@patmmccann Please have a look at this!

Please sign in to comment.