From 095759281b58bb2ae135866a8111d04f1fa292e3 Mon Sep 17 00:00:00 2001 From: ethem Date: Thu, 1 Jun 2006 14:13:07 +0000 Subject: [PATCH] Authorize.net Merchant Payment Gateway Authorize module is not only credit card gateway but also it has echeck. Echeck is implemented soon, please AUTHORIZE_ECHECK branch for more details. --- lang/en_utf8/enrol_authorize.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/enrol_authorize.php b/lang/en_utf8/enrol_authorize.php index de5e58be5e..253c9e5718 100644 --- a/lang/en_utf8/enrol_authorize.php +++ b/lang/en_utf8/enrol_authorize.php @@ -74,7 +74,7 @@ $string['chooseone'] = 'Fill one or both of the following two fields'; $string['cutofftime'] = 'Transaction Cut-Off Time. When the last transaction is picked up for settlement?'; $string['delete'] = 'Destroy'; $string['description'] = 'The Authorize.net module allows you to set up paid courses via CC providers. If the cost for any course is zero, then students are not asked to pay for entry. Two ways to set the course cost (1) a site-wide cost as a default for the whole site or (2) a course setting that you can set for each course individually. The course cost overrides the site cost.

Note: If you enter an enrolment key in the course settings, then students will also have the option to enrol using a key. This is useful if you have a mixture of paying and non-paying students.'; -$string['enrolname'] = 'Authorize.net Credit Card Gateway'; +$string['enrolname'] = 'Authorize.net Merchant Payment Gateway'; $string['expired'] = 'Expired'; $string['howmuch'] = 'How much?'; $string['httpsrequired'] = 'We are sorry to inform you that your request cannot be processed now. This site\'s configuration couldn\'t be set up correctly. -- 2.39.5