linkorb / buckaroo

API client for Buckaroo BPE 3.0 for PHP. PSR-0 compliant.
MIT License
11 stars 16 forks source link

Signed status response code from @jvandesande and fixed bug with invalid locales, updated example to use iDEAL v2 #12

Closed codecat closed 9 years ago

codecat commented 9 years ago

Locale for LC_NUMERIC needs to be en_US or en_US.UTF-8 for floating point numbers to be written with periods. If commas are used (such as with nl_NL or nl_NL.UTF-8), the Buckaroo server throws an internal error.

Also updated the example to use iDEAL v2.

codecat commented 9 years ago

Poking @joostfaassen. Is this project abandoned?

joostfaassen commented 9 years ago

Thanks @AngeloG and @jvandesande, it's merged!

codecat commented 9 years ago

Nice! It might be worth tagging as well, to update the library on packagist.

joostfaassen commented 9 years ago

Done, it's now tagged at v1.4 Cheers!