From df4ba5a1b95872652459d17fa023849a502a191c Mon Sep 17 00:00:00 2001 From: ethem Date: Tue, 2 May 2006 07:13:15 +0000 Subject: [PATCH] 1 - adminhelpcapture & adminhelpreview strings removed from enrol_authorize.php 2 - captureday.html & review.html files added to help/enrol/authorize --- enrol/authorize/config.html | 6 ++---- lang/en_utf8/enrol_authorize.php | 11 ----------- lang/en_utf8/help/enrol/authorize/captureday.html | 8 ++++++++ lang/en_utf8/help/enrol/authorize/review.html | 12 ++++++++++++ 4 files changed, 22 insertions(+), 15 deletions(-) create mode 100644 lang/en_utf8/help/enrol/authorize/captureday.html create mode 100644 lang/en_utf8/help/enrol/authorize/review.html diff --git a/enrol/authorize/config.html b/enrol/authorize/config.html index 55e190f089..0e2f2c0777 100755 --- a/enrol/authorize/config.html +++ b/enrol/authorize/config.html @@ -112,16 +112,14 @@ if (!isset($frm->an_cutoff_min)) $frm->an_cutoff_min = '5'; an_review: an_review)) echo "checked=\"true\"" ?> /> - + an_capture_day: - + an_capture_day) ?> diff --git a/lang/en_utf8/enrol_authorize.php b/lang/en_utf8/enrol_authorize.php index ea886fdb03..537d4d0492 100644 --- a/lang/en_utf8/enrol_authorize.php +++ b/lang/en_utf8/enrol_authorize.php @@ -10,18 +10,7 @@ $string['adminavs'] = 'Check this if you have activated Address Verification Sys $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['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['adminhelpcapture'] = 'Not only I want to manually accept/deny payments. But also, use scheduled-capture to prevent cancelling payment. What will I do? - - - Setup cron. - - Check an_review. - - Enter a number between 1 and 29 to an_capture_day field. Card will be captured and user will be enrolled to course unless you capture it within an_capture_day.'; $string['adminhelpreviewtitle'] = 'Order Review'; -$string['adminhelpreview'] = 'How will I manually accept/deny payments? -- Check an_review. -- Enter \'0\' to an_capture_day field. - -How students will be enrolled to courses immediately when they entered their card number? -- Uncheck an_review.'; $string['adminneworder'] = ' Dear Admin, You have received a new pending order: diff --git a/lang/en_utf8/help/enrol/authorize/captureday.html b/lang/en_utf8/help/enrol/authorize/captureday.html new file mode 100644 index 0000000000..01c7c1bb92 --- /dev/null +++ b/lang/en_utf8/help/enrol/authorize/captureday.html @@ -0,0 +1,8 @@ +

Not only do I want to manually accept/deny payments, but also use autocapture to prevent cancelling payment. What should I do? +

+

diff --git a/lang/en_utf8/help/enrol/authorize/review.html b/lang/en_utf8/help/enrol/authorize/review.html new file mode 100644 index 0000000000..aad41b7789 --- /dev/null +++ b/lang/en_utf8/help/enrol/authorize/review.html @@ -0,0 +1,12 @@ +

How will I manually accept/deny payments? +

+

+ +

How will students be enrolled to courses immediately when they entered their card number? +

+

-- 2.39.5