mollie / mollie-api-node

Official Mollie API client for Node
http://www.mollie.com
BSD 3-Clause "New" or "Revised" License
238 stars 63 forks source link

Invalid Value #183

Closed MooijGedaan closed 3 years ago

MooijGedaan commented 3 years ago

Specifications

Describe the issue

I am getting the following issue: "ApiError: The amount contains an invalid value".

See the following screenshots:

Schermafbeelding 2020-12-02 om 11 05 34 Schermafbeelding 2020-12-02 om 11 03 39
MooijGedaan commented 3 years ago

Fixed it, but I don't know why...

I've JSON parsed the value to string before sending it to node, and I shouldn't have.