Updated iDEAL payment method

This commit is contained in:
Lennart Dreves
2025-12-07 23:55:47 +01:00
parent 4a25437b79
commit d383244989

View File

@@ -9,7 +9,7 @@ function mollieideal_devapp_config()
$config = array_merge($config, array(
'FriendlyName' => array(
'Type' => 'System',
'Value' => 'Mollie iDeal'
'Value' => 'Mollie iDEAL'
)
));