Change error upon failure of true up review submission to CWS.
Этот коммит содержится в:
@@ -355,7 +355,7 @@ func requestTrueUpReview(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
// for true-up reviews to be completed.
|
// for true-up reviews to be completed.
|
||||||
err = c.App.Cloud().SubmitTrueUpReview(c.AppContext.Session().UserId, profileMap)
|
err = c.App.Cloud().SubmitTrueUpReview(c.AppContext.Session().UserId, profileMap)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c.SetJSONEncodingError(err)
|
c.Err = model.NewAppError("requestTrueUpReview", "api.license.true_up_review.failed_to_submit", nil, err.Error(), http.StatusInternalServerError)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2089,6 +2089,10 @@
|
|||||||
"id": "api.license.true_up_review.create_error",
|
"id": "api.license.true_up_review.create_error",
|
||||||
"translation": "Could not create true up status record"
|
"translation": "Could not create true up status record"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "api.license.true_up_review.failed_to_submit",
|
||||||
|
"translation": "Failed to submit true up review profile to CWS."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "api.license.true_up_review.get_status_error",
|
"id": "api.license.true_up_review.get_status_error",
|
||||||
"translation": "Could not get true up status records"
|
"translation": "Could not get true up status records"
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user