mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 04:44:33 -04:00
GoCardless' Bank Account Data API requires two-letter ISO 639-1 country codes. IN passes the full locale such as *en_GB* or *pt_BR*, which causes an "unknown error" when selecting banks in Connect Accounts. Note: Norwegian will use the Bokmål (`nb`) form over Nynorsk (`nn`). Fixes #9566