matt1018 / RBOColorWalk

Rainbow Girls Charity Walk Web Site
2 stars 0 forks source link

Paypal: calculation is off by rounding error #18

Closed matt1018 closed 6 years ago

matt1018 commented 6 years ago

2.00 donation.

I calculated 2.36. It was actually 2.37.

matt1018 commented 6 years ago

Actually it wasn't a rounding error. The fee is based off the total transaction amount, i.e $2.37 and not $2.00. Fixed my calculations.