cescoffier / vertx-microservices-workshop

Vert.x Microservices Hand's on lab
http://escoffier.me/vertx-hol/
Apache License 2.0
330 stars 196 forks source link

fixed compilation problem: getDouble(int) doesn't exist for type Buffer #46

Closed w7089 closed 4 years ago

w7089 commented 4 years ago

fixed issue: getDouble(int) in the type Buffer is not applicable for the arguments (String) getDouble("bid") should be applied on json object representation of the http response body

w7089 commented 4 years ago

@tsegismont

I've updated the

solution/portfolio-service/src/main/java/io/vertx/workshop/portfolio/impl/PortfolioServiceImpl.java

Which one need to update?

cescoffier commented 4 years ago

Thanks!

tsegismont commented 4 years ago

@w7089 sorry for the late reply. I meant update the solution doc in docs/chapters/portfolio.adoc