Corona SDK - iOS Game center score error, decimal comma

I’m using https://github.com/GlitchGames/GGGameCentre library to publish score and to show leaderboard window.

The problem i have is that i’m pushing a score type “4.234” and at leaderboard window, my score changes to “0.042”, i don’t know why.

At itunes i have a configuration type “Score Format Type=Fixed Point - To 3 Decimals” and:

For english: Fixed Point (10,000,012.218)

And for spanish: Fixed Point (10,000,012.218)

Please, any help?