This repository was archived by the owner on Jan 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Large Numbers give incorrect results #13
Comments
Thanks @flarpy for identifying the issue. I'll look into it immediately. |
toksdotdev
added a commit
that referenced
this issue
Sep 25, 2019
toksdotdev
pushed a commit
that referenced
this issue
Sep 25, 2019
Thanks for the quick fix, its a great package.
…On Wed, 25 Sep 2019 at 16:40, Tochukwu Nkemdilim ***@***.***> wrote:
@flarpy <https://github.com/flarpy> This has been fixed in the latest
release: v2.0.1
<https://github.com/TNkemdilim/Money-To-Words-Converter/releases/tag/2.0.1>
.
Thanks a lot for bringing the issue to notice.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAR4XQSGUUS5QAGTSSZSWSLQLOBAJANCNFSM4I2NTFLA>
.
--
Peter Dunham
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
$converter = new Converter("pounds", "pence");
$converter->convert(50000000)
should return "Fifty million pounds Only"
actually returns "Fifty Million, Thousand, Pounds Only"
The text was updated successfully, but these errors were encountered: