From 03c21abadb382676fdc0c1d488712ae1a50e4fde Mon Sep 17 00:00:00 2001 From: woutse Date: Mon, 13 Nov 2023 16:33:10 +0100 Subject: [PATCH] Updated readme and core function --- src/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.php b/src/Config.php index 7421aa02..5ccc775c 100644 --- a/src/Config.php +++ b/src/Config.php @@ -14,7 +14,7 @@ class Config const CORE1 = 'https://rest-api.pay.nl'; const CORE1_TEXT = 'Pay.nl (Default)'; const CORE2 = 'https://rest.achterelkebetaling.nl'; - const CORE2_TEXT = 'Achterelkebetaling.'; + const CORE2_TEXT = 'Achterelkebetaling.nl'; const CORE3 = 'https://rest.payments.nl'; const CORE3_TEXT = 'Payments.nl';