braze-inc / braze-cordova-sdk

Public repo for the Braze Cordova SDK
https://www.braze.com
Other
21 stars 63 forks source link

Android purchase price #36

Closed jamesyoon11 closed 5 years ago

jamesyoon11 commented 5 years ago

For Android, the purchase price is converted to long number (ex 4.95 is converted to 4).

https://github.com/Appboy/appboy-cordova-sdk/blob/master/src/android/AppboyPlugin.java#L170

So please update

new BigDecimal(args.getLong(1))

to

new BigDecimal(args.getDouble(1))

radixdev commented 5 years ago

Hi @jamesyoon11 ,

We've created an issue to address the price on Android. Thank you for filing!

Julian

radixdev commented 5 years ago

Fixed in 2.9.0