}
return response;
}
public ECDetailResponse getExpressCheckoutDetails(String token) throws Exception{
ECDetailResponse detailResponse = null;
try{
detailResponse = stub.getExpressCheckoutDetails(token);
}catch (Exception e){
log.error("Error occurred while getting express checkout details " +