Skip to content
Snippets Groups Projects
Commit 56753560 authored by Sara Prifti's avatar Sara Prifti
Browse files

New method to find if discount is possible to be applied

parent 4b1b7788
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,6 @@ import io.swagger.annotations.ApiParam;
@RequestMapping("/customers")
public class CustomerController implements CustomersApi{
@PostMapping("")
public ResponseEntity<Customer> addCustomer(@ApiParam(value = "Customer object that should be added",required = true) @Valid @RequestBody Customer body) {
//id and birthday should not be empty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment