edson-nascimento / getnet-php

SDK php para integração com a API Getnet
https://developers.getnet.com.br/api
Apache License 2.0
18 stars 14 forks source link

Fix round problems on setAmount() #10

Closed schmite closed 12 months ago

schmite commented 1 year ago

When passing values like 142.2 to setAmount() they sent 14219 in cents to GetNet

schmite commented 1 year ago

Reference: What Every Computer Scientist Should Know About Floating-Point Arithmetic

edson-nascimento commented 1 year ago

Show @schmite, consegue criar alguns testes unitários para esse cenário? já existe alguns em tests/TransactionTest.php