ShippingService getQuote remote method return incorrect results
sameerajayasoma opened this issue · 0 comments
sameerajayasoma commented
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}