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
#1
Von Till Tepelmann vor mehr als 3 Jahren aktualisiert
- Thema wurde von Tippfehler in der Fehlermeldung des Cusomer-Api-Endpunkts / Typo in the error mesage of the cusomer api endpoint zu Tippfehler in der Fehlermeldung des Customer-Api-Endpunkts / Typo in the error mesage of the cusomer api endpoint geändert
- Beschreibung aktualisiert (Vergleich)
- Status wurde von Gemeldet zu Testing geändert
- Zugewiesen an wurde auf Core-Entwickler gesetzt
- Release Notes Langtext aktualisiert (Vergleich)
Aktionen
#2
Von Till Tepelmann vor mehr als 3 Jahren aktualisiert
- Zielversion wurde von 133 zu 4.5.1.0 beta1 geändert
Aktionen
#3
Von Mirko Janssen vor mehr als 3 Jahren aktualisiert
- Zugewiesen an wurde von Core-Entwickler zu Mirko Janssen geändert
Aktionen
#4
Von Mirko Janssen vor mehr als 3 Jahren aktualisiert
- Zugewiesen an wurde von Mirko Janssen zu Core-Entwickler geändert
Aktionen
#5
Von Alexandre Ataides vor mehr als 3 Jahren aktualisiert
- Zugewiesen an wurde von Core-Entwickler zu Alexandre Ataides geändert
Aktionen
#6
Von Alexandre Ataides vor mehr als 3 Jahren aktualisiert
- Status wurde von Testing zu Erledigt geändert
Aktionen
#7
Von Moritz Bunjes vor mehr als 3 Jahren aktualisiert
- Tags wurde auf 4.5.1.0_beta1 gesetzt
Aktionen