bajs
This commit is contained in:
@@ -197,7 +197,7 @@ func (s *CheckoutPoolServer) StartCheckoutHandler(w http.ResponseWriter, r *http
|
||||
cartGrain, err := s.cartClient.getCartGrain(r.Context(), cartId)
|
||||
if err != nil {
|
||||
logger.Error("failed to fetch cart", "error", err, "cartId", cartId)
|
||||
http.Error(w, "failed to fetch cart", http.StatusInternalServerError)
|
||||
http.Error(w, err.Error(), http.StatusInternalServerError)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user