Aktionen
GX-Bug #68647
geschlossenTippfehler in der Fehlermeldung des Customer-Api-Endpunkts / Typo in the error mesage of the cusomer api endpoint
Status:
Erledigt
Priorität:
Normal
Zugewiesen an:
Alexandre Ataides
Kategorie:
REST-API
Zielversion:
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.4.0.1, 4.4.0.2
Release Notes Langtext:
Fehlermeldung im API Endpunkt für "customers" korrigiert
Beschreibung
Tippfehler in der Fehlermeldung des Customer-Api-Endpunkts
In der Fehlermeldung für den customer API Endpunt wird eine Exception mit der falschen Fehlermeldung geworfen:
Tatsächliches Eregebnis:
throw new HttpApiV2Exception('Product data were not provided.', 400);
Erwartetes Ergebnis:
throw new HttpApiV2Exception('Customer data were not provided.', 400);
Typo in the error message of the customer api endpoint
in the error message for the customer API endpunt an exception is thrown with the wrong error message:
Actual result:
throw new HttpApiV2Exception('Product data were not provided.', 400);
Expected result:
throw new HttpApiV2Exception('Customer data were not provided.', 400);
Aktionen