makehackvoid / mhvdb2

Replacement for MHVDB. Needs a better name.
MIT License
4 stars 7 forks source link

Payments should allow cents? #24

Closed brendam closed 10 years ago

brendam commented 10 years ago

At the moment there is a validation that says 20.0 is an invalid payment amount. At very least we should ignore .0 and .00?

Is there a reason not to allow people to pay cents as well as dollars? Could be useful for testing reconciliation, and Stripe won't enforce whole dollar amounts. Bitcoins are even more likely to result in cents being required.

cmrn commented 10 years ago

Closed by pull request #27.