-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Description
Expected result
Customer should be able to change their password
Actual result
Password is not being changed; error is being thrown; Incorrect payload is being sent to changeCustomerPassword API (customer data instead of change password data)
Steps to reproduce
- Go to home page
- Login/Register as a customer
- Go to My Account panel > Personal details section
- Change tab to "Password change"
- Insert current and new passwords
- Click "UPDATE PASSWORD"
Response
{
"errors":[
{
"message":"Variable \"$currentPassword\" of required type \"String!\" was not provided.\n\nVariable \"$newPassword\" of required type \"String!\" was not provided.",
"extensions":{
"category":"graphql"
}
}
]
}