Guest User

Untitled

a guest
Oct 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. @RequestMapping(value = "/{cartId}/delete", method = RequestMethod.DELETE)
  2. @ResponseStatus(value = HttpStatus.OK)
  3. @RequireHardLogIn
  4. public @ResponseBody String deleteSaveCartForId(@PathVariable(value = "cartId") final String cartId)
  5. throws CommerceSaveCartException
  6.  
  7. Failed to load resource: the server responded with a status of 403 (forbidden)
Add Comment
Please, Sign In to add comment