From 203003ae8c0eb21a2c8fd0d054c661e701027eb7 Mon Sep 17 00:00:00 2001 From: ethem Date: Thu, 4 May 2006 08:18:35 +0000 Subject: [PATCH] Enable 'Authorize.net plugin' and setup cron properly; or uncheck an_review again. Merged from MOODLE_16_STABLE. --- 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 537d4d0492..afb41d0b88 100644 --- a/lang/en_utf8/enrol_authorize.php +++ b/lang/en_utf8/enrol_authorize.php @@ -7,7 +7,7 @@ $string['adminauthorizeemail'] = 'Email Sending Settings'; $string['adminauthorizesettings'] = 'Authorize.net Settings'; $string['adminauthorizewide'] = 'Site-Wide Settings'; $string['adminavs'] = 'Check this if you have activated Address Verification System (AVS) in your authorize.net account. This demands address fields like street, state, country and zip when user fills out payment form.'; -$string['admincronsetup'] = 'The cron.php maintenance script has not been run for at least 24 hours.
Cron must be enabled if you want to use scheduled-capture feature.
Setup cron properly or uncheck an_review again.
If you disable scheduled-capture, transactions will be cancelled unless you review them within 30 days.
Check an_review and enter \'0\' to an_capture_day field
if you want to manually accept/deny payments within 30 days.'; +$string['admincronsetup'] = 'The cron.php maintenance script has not been run for at least 24 hours.
Cron must be enabled if you want to use scheduled-capture feature.
Enable \'Authorize.net plugin\' and setup cron properly; or uncheck an_review again.
If you disable scheduled-capture, transactions will be cancelled unless you review them within 30 days.
Check an_review and enter \'0\' to an_capture_day field
if you want to manually accept/deny payments within 30 days.'; $string['adminemailexpired'] = 'Send warning email to admins $a days ago how many status of \'authorized/pending capture\' transaction is there, before transactions have expired. (0=disable sending email, default=2, max=5)
This is useful if you enabled capturing manually (an_review=checked, an_capture_day=0).'; $string['adminhelpcapturetitle'] = 'Scheduled-Capture Day'; $string['adminhelpreviewtitle'] = 'Order Review'; -- 2.39.5