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
Branches sarapr
No related tags found
No related merge requests found
......@@ -24,8 +24,6 @@ import io.swagger.annotations.ApiParam;
@Controller
@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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment