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

COM-8341: Avoid calling getb2b user api. #466

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Apr 12, 2024

  1. COM-8341: Avoid calling getb2b user api.

    We are not using this get b2b account API.
    So removed this.
    We are calling getUsers API in getB2Baccount api success which  is causing weired issue of sending getB2Baccount reponse as getUsers api request
    We need to find different solution to fix such issues.
    eg: by reInitilizing model
    But in this case we do not need getB2B api  so removing this will fix the issue..
    Kibo-Bhushan committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f2a7bde View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Temp fix.

    Kibo-Bhushan committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    23a6705 View commit details
    Browse the repository at this point in the history
  2. Fix typo.

    Kibo-Bhushan committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e8b02b0 View commit details
    Browse the repository at this point in the history