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

Email change functionality not working #115

Open
1 task
SunilP-WassDigital opened this issue Sep 19, 2024 · 0 comments
Open
1 task

Email change functionality not working #115

SunilP-WassDigital opened this issue Sep 19, 2024 · 0 comments
Labels

Comments

@SunilP-WassDigital
Copy link

SunilP-WassDigital commented Sep 19, 2024

Please fill out this template to help us diagnose and address your issue effectively.

Type: (Select one)

  • Bug Report

Summary:

  • make sure two store
  • b2b enable for that store
  • go to non default store
  • login as b2b user
  • try to change email
  • getting error
    Please type in your current password to update your email address - checked pwd and all details but not working
    Note : on admin area showing email changed but on frontend giving error msg so some thing wrong with graphql

It is working fine with default store

Expected Behavior:

  • It should be allow to change email address

Actual Behavior:

  • getting error on change email id

Following graphql request sent :
https://api-b2b.bigcommerce.com/graphql

Body

mutation{
  updateAccountSettings (
    updateData: {formFields: [{name: "How Did you hear about us?", value: "" },,{name: "NOP ID (National Organic Program ID)", value: "" },],firstName: "test", lastName: testG", email: "[email protected]", phoneNumber: "123123123", currentPassword: "test@123", companyId: 6409018, extraFields: [],},
  ){
    result {
      email
    },
  }
}
@bc-victor bc-victor added the bug label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants