From 1429263af5b2db3478c794492bbe20236cb08cfd Mon Sep 17 00:00:00 2001 From: Luke <17616949+nice42q@users.noreply.github.com> Date: Thu, 18 May 2023 10:54:17 +0200 Subject: [PATCH] Bug fix CCP to CLP --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 2b413c7..55ae75c 100644 --- a/index.php +++ b/index.php @@ -60,7 +60,7 @@ $ARS = $api->ars; $BDT = $api->bdt; $BHD = $api->bhd; $BMD = $api->bmd; -$CCP = $api->ccp; +$CLP = $api->clp; $CZK = $api->czk; $DKK = $api->dkk;