From 76c16eac35c76c7630712180e7f4b37e273731e4 Mon Sep 17 00:00:00 2001 From: ethem Date: Fri, 5 May 2006 18:29:38 +0000 Subject: [PATCH] Admin can setup which credit card types will be accepted. Merged from MOODLE_16_STABLE. --- lang/en_utf8/enrol_authorize.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/enrol_authorize.php b/lang/en_utf8/enrol_authorize.php index afb41d0b88..3656eaa0e5 100644 --- a/lang/en_utf8/enrol_authorize.php +++ b/lang/en_utf8/enrol_authorize.php @@ -2,6 +2,7 @@ // enrol_authorize.php - created with Moodle 1.6 development (2005101200) +$string['adminacceptccs'] = 'Which credit card types will be accepted?'; $string['adminauthorizeccapture'] = 'Order Review & Scheduled-Capture Settings'; $string['adminauthorizeemail'] = 'Email Sending Settings'; $string['adminauthorizesettings'] = 'Authorize.net Settings'; -- 2.39.5