Untitled
unknown
plain_text
3 years ago
316 B
5
Indexable
ResponseEntity<OrderDTO> orderDetails= template.getForEntity("http://CustomerMS/Ekart/customerorderapi/order"+transactionDTO.getOrder().getOrderId(),OrderDTO.class); transactionDTO.setTransactionDate(orderDetails.getBody().getDateOfOrder()); transactionDTO.setTotalPrice(orderDetails.getBody().getTotalPrice());
Editor is loading...