Untitled

Anonymous
plain_text
05/11/2022 5:47 AM
424 B
25
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...