-
Notifications
You must be signed in to change notification settings - Fork 989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EP-480: Checkout Decimal Properties #1207
EP-480: Checkout Decimal Properties #1207
Conversation
@@ -388,6 +389,7 @@ interface BackingFragmentViewModel { | |||
.compose(bindToLifecycle()) | |||
.subscribe { | |||
this.lake.trackManagePledgePageViewed(it.first, it.second) | |||
Log.e("HERE", "GOTCHA") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: remove log statement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
…ay/ep-480-checkout-decimal-properties
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! 🎉 Just update the summary of this PR when you have a chance. And three small things:
- Please remove the log statement before merging
- Up to you if you want to remove the
multiplyRound2Decimal
extension method, since we aren't using it anymore - Should we update the effected properties in
SegmentTest
to make sure we are sending a doubles now?
Great work on this! 🚀
*3 - All tests that send checkout properties automatically use the |
📲 What
Android QA: Checkout Decimal Properties
🤔 Why
Convert checkout properties
checkout_add_ons_minimum_usd
checkout_bonus_amount_usd
checkout_shipping_amount_usd
checkout_reward_minimum_usd
from float to decimal
🛠 How
Double.multiplyRound2Decimal
to Double.👀 See
Trello, screenshots, external resources?
📋 QA
Instructions for anyone to be able to QA this work.
Story 📖
https://kickstarter.atlassian.net/browse/EP-480