Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] stripe: Fix float representation error
- Stripe needs to have the amount in integer, so we have to multiply by 100 the amount. Which sometimes create float representation errors and remove/add ~1 cent on some transactions (i.e 72.60€)
- Loading branch information