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

another error on update customer data #74

Open
winnie80 opened this issue Jul 27, 2023 · 0 comments
Open

another error on update customer data #74

winnie80 opened this issue Jul 27, 2023 · 0 comments

Comments

@winnie80
Copy link

Description
UvDesk API bundle tickets filtration use actAsType="customer" and actAsEmail="email.address" as main identification
This resulting our customers losing their ticketing after they change their email address.
So I tried to submit email change using route /api/v1/customers/update/{customerId}
But I got the following error message returned

{
    "status": false,
    "message": "Class \"Webkul\\UVDesk\\ApiBundle\\API\\UserPasswordEncoderInterface\" does not exist"
}

How to reproduce
As example I used customerId 8
Use this route /api/v1/customers/update/8
Use method POST (this route will not work using PUT)
Send in JSON format data that I want to changed, in this case the email address, for example

{
    "email": "[email protected]"
}

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