Skip to content

Commit

Permalink
Fix call to function createReachFiveCustomer (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgelgon committed Jan 12, 2024
1 parent 6f46cd4 commit 4e7f1dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ server.get(
reachFiveConsents = externalProfileAddons.object.consents;
}

profile = ReachFiveModel.createReachFiveCustomer(externalID, reachfiveSession.profile, reachFiveConsents, data);
profile = ReachFiveModel.createReachFiveCustomer(externalID, reachfiveSession.profile, reachfiveSession.has_password, reachFiveConsents, data);
} else {
var afterAuth = require('*/cartridge/models/afterAuthUrl');

Expand Down

0 comments on commit 4e7f1dc

Please sign in to comment.