Localisation
By default, PayBridge will display the correct currency symbol based on the LOCALE
constant in Jadu Central. If this is not set to the default value of en_GB
, PayBridge will require the PHP International library in order to display the correct currency.
Each adapter installed should have the currency set to the matching ISO 4217 currency code for the locale, e.g. a locale of en_GB
should have a currency code of GBP
. This can be changed by modifying the currency field of the relevant row in the JaduPayBridgePSPs
database table and the table cache should be cleared.
ISO-4217
Below are the most common currency codes used by PayBridge
| Country | Currency | Code | |-:-|-:-|-:-| | Australia | Australian Dollar | AUD | | United States of America | US Dollar | USD | | United Kingdom | Pound Sterling | GBP |
Additional currency codes can be found at iso.org.