From ce8160a7d0dbd4e80cf27dff47e62e5ede5f54e9 Mon Sep 17 00:00:00 2001 From: MelvinBot Date: Tue, 24 Feb 2026 06:14:01 +0000 Subject: [PATCH] Remove decimals: 0 override for COP currency COP (Colombian Peso) was configured with decimals: 0 which prevented decimal input in New Expensify. Remove this override so the default of 2 decimals is used, matching the updated backend configuration. Fixes https://github.com/Expensify/App/issues/81582 Co-authored-by: Krishna Chaitanya --- tests/unit/currencyList.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/currencyList.json b/tests/unit/currencyList.json index eb5775d6866d2..9d32f60cdfca7 100644 --- a/tests/unit/currencyList.json +++ b/tests/unit/currencyList.json @@ -164,7 +164,6 @@ "COP": { "symbol": "Col$", "name": "Colombian Peso", - "decimals": 0, "ISO4217": "170" }, "CRC": {