Projekt

Allgemein

Profil

GX-Bug #68647

Von Till Tepelmann vor fast 3 Jahren aktualisiert

Tippfehler in der Fehlermeldung des Customer-Api-Endpunkts Cusomer-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 cusomer 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); 

Zurück