You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
Describe the bug
When defining the customer price model for the first time, it is updated despite of the error being thrown due to incomplete PUT request body.
To Reproduce
Steps to reproduce the behavior:
Send PUT request to /services/[service_id]/pricemodel/customer/[customer_id] without all required parameters in the request body
Observe error message in the response
Check the price model for the service for given customer
Expected behavior
Price model for customer was not updated
Observed behavior
Price model for customer is created despite of error (its values are copied from previously defined pricemodel for the service)
Screenshots
Additional context
N/A
The text was updated successfully, but these errors were encountered:
kowalczyka
changed the title
Customer Price model record is created despite of incomplete request body
Customer price model is created despite of incomplete request body
Apr 15, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When defining the customer price model for the first time, it is updated despite of the error being thrown due to incomplete PUT request body.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Price model for customer was not updated
Observed behavior
Price model for customer is created despite of error (its values are copied from previously defined pricemodel for the service)
Screenshots
Additional context
N/A
The text was updated successfully, but these errors were encountered: