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

emails object versus loginIDs emails object #97

Open
keithdever opened this issue Dec 8, 2020 · 0 comments
Open

emails object versus loginIDs emails object #97

keithdever opened this issue Dec 8, 2020 · 0 comments

Comments

@keithdever
Copy link

Greetings. We ran into at least one case where we're getting "Email Already Exists" response when a username is set instead of e-mail address. What appears to be happening is getMagentoCustomerAndLoggingEmail is getting a list of e-mails from API call where loginIDs parameter is set. I submitted a ticket with SAP requesting logic behind this. We're curious if it's possible to pull list of e-mails based on emails.verified array returned calling getAccountInfo without loginIDs parameter set.

without loginIDs key in getAccountInfo call:
...
"emails": {
"verified": [
"[email protected]"
],
"unverified": []
},
...

including loginIDs key in getAccountInfo call:
...
"loginIDs": {
"username": "[email protected]",
"emails": [],
"unverifiedEmails": []
},
...

In above example, a Gigya user cannot login to any of our Magento sites. Any feedback or assistance is greatly appreciated.

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

No branches or pull requests

1 participant