Skip to content

Commit

Permalink
bloqueio do cartão v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
giovnnvm committed Aug 3, 2021
1 parent e7c905d commit a94cc40
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class BloqueioController {

@PostMapping("/cartoes/bloqueio/{id}")
@Transactional
public ResponseEntity <?> bloquearCartao(@PathVariable Long id,
public ResponseEntity <?> solicitacaoDeBloqueio(@PathVariable Long id,
@RequestHeader(value = "User-Agent") String userAgent,
HttpServletRequest request) {

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit a94cc40

Please sign in to comment.