Skip to content

Commit

Permalink
Deleting the old delivery event consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
FadiFadhlaoui1212 committed Dec 29, 2024
1 parent 27334d2 commit cf61493
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ public ResponseEntity<List<Address>> GetAddresses(){
public ResponseEntity<String> sendToDelivery(@RequestBody OrderPaidEvent orderPaidEvent){
orderPaidEventProducer.publishOrderPaidEvent(orderPaidEvent);
return ResponseEntity.ok("Order paid successfully");

}

}

This file was deleted.

0 comments on commit cf61493

Please sign in to comment.