ballerina-guides / gcp-microservices-demo

Ballerina Implementation of GCP Online Boutique Sample
Apache License 2.0
15 stars 38 forks source link

ShippingService getQuote remote method return incorrect results #45

Closed sameerajayasoma closed 1 year ago

sameerajayasoma commented 1 year ago

The return value differs from the original Go code.

Go code response for the value 8.99:

{"currency_code":"USD","units":8,"nanos":990000000}

Ballerina code response for the value 8.99:

{"currency_code":"USD","units":8,"nanos": 10000000}