From 0722fd1f1391a74346d0c75712c8da588a5abcdb Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 7 May 2024 13:18:21 +0200 Subject: [PATCH] Use cent-values: 5000,2000,1000,500 instead of euro-values. --- etc/psa_config/DC2C_cash.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/psa_config/DC2C_cash.json b/etc/psa_config/DC2C_cash.json index 07b6041..4f152b0 100755 --- a/etc/psa_config/DC2C_cash.json +++ b/etc/psa_config/DC2C_cash.json @@ -7,7 +7,7 @@ "CoinAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0], "ExchangeRate":1, "TokenChannel":6, -"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,50,20,10,5], +"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,5000,2000,1000,500], "BillAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1], "LocalTaxRate":19, "ForeignTaxRate":0,