From 7222c36bf83685e464ae47deb8ba7ba1f282353a Mon Sep 17 00:00:00 2001 From: ethem Date: Fri, 1 Sep 2006 09:04:11 +0000 Subject: [PATCH] * New strings for Authorize.net eCheck. Authorize.Net provides an exclusive, fully integrated electronic check payment method, eCheck.Net. Using eCheck.Net, merchants can accept and process payments from consumer and corporate bank accounts directly from their Web site or through the Authorize.Net Virtual Terminal. By accepting electronic checks, you expand the payment options available to new and existing customers, enhancing customer loyalty and potentially increasing sales. + Lower Fees - Lower rates than credit cards or PayPal. + More Efficient - eCheck.Net does everything online, eliminating the cost and inconvenience of manually processing paper checks and waiting for checks in the mail. + Fully Integrated Solution - No third-party integration required implementing eCheck.Net is easy for merchants already using the Authorize.Net Payment Gateway. + Integrated Reporting - Provides a combined view of all eCheck.Net and credit card payment transactions. Reconcile payment and billing activity using online reports and statements. + Ship Product Sooner - Improved up-front transaction validation that returns the status of transactions faster. + Security - Authorize.Net uses the latest 128-bit Secure Socket Layer (SSL) technology for secure Internet Protocol (IP) transactions. --- enrol/authorize/config.html | 8 ++++---- enrol/authorize/enrol.html | 8 ++------ lang/en_utf8/enrol_authorize.php | 22 ++++++++++++++++++++-- 3 files changed, 26 insertions(+), 12 deletions(-) diff --git a/enrol/authorize/config.html b/enrol/authorize/config.html index 7c8ad4db21..1020fc1f9a 100755 --- a/enrol/authorize/config.html +++ b/enrol/authorize/config.html @@ -132,23 +132,23 @@ if (!isset($frm->acceptccs)) { an_acceptmethods: -
\n"; } - ?>
+ ?>
an_acceptccs: -
$val) { print_checkbox('acceptccs[]', $key, stristr($CFG->an_acceptccs, $key) !== false, $val); echo "
\n"; } - ?>
+ ?>

diff --git a/enrol/authorize/enrol.html b/enrol/authorize/enrol.html index 6135da909a..9f6aa799e7 100755 --- a/enrol/authorize/enrol.html +++ b/enrol/authorize/enrol.html @@ -52,6 +52,7 @@ function print_cc_form($classreference)

authorizeerrors['header'])) { formerr($classreference->authorizeerrors['header']); } ?>

+

@@ -60,9 +61,6 @@ function print_cc_form($classreference) - - -
 
: @@ -164,6 +162,7 @@ function print_echeck_form($classreference)

authorizeerrors['header'])) { formerr($classreference->authorizeerrors['header']); } ?>

+

@@ -175,9 +174,6 @@ function print_echeck_form($classreference) echeck form (not ready) - - -
 
: diff --git a/lang/en_utf8/enrol_authorize.php b/lang/en_utf8/enrol_authorize.php index 69da8157b0..da24ddbe67 100644 --- a/lang/en_utf8/enrol_authorize.php +++ b/lang/en_utf8/enrol_authorize.php @@ -1,8 +1,9 @@ -In course settings, enter -1 to c $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['echeckabacode'] = 'Bank ABA Number'; +$string['echeckaccnum'] = 'Bank Account Number'; +$string['echeckacctype'] = 'Bank Account Type'; +$string['echeckbankname'] = 'Bank Name'; +$string['echeckbusinesschecking'] = 'Business Checking'; +$string['echeckchecking'] = 'Checking'; +$string['echeckfirslasttname'] = 'Bank Account Owner'; +$string['echecksavings'] = 'Savings'; $string['enrolname'] = 'Authorize.net 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.

Please don\'t enter your credit card number unless you see a yellow lock at the bottom of the browser. If the symbol appears, it means the page encrypts all data sent between client and server. So the information during the transaction between the two computers is protected, hence your credit card number cannot be captured over the internet.'; +$string['invalidaba'] = 'Invalid ABA number'; +$string['invalidaccnum'] = 'Invalid account number'; +$string['invalidacctype'] = 'Invalid account type'; $string['logindesc'] = 'This option must be ON.

Please ensure that you have turned url\">loginhttps ON in Admin >> Variables >> Security.

Turning this on will make Moodle use a secure https connection just for the login and payment pages.'; +$string['methodcc'] = 'Credit Card'; +$string['methodecheck'] = 'eCheck (ACH)'; +$string['missingaba'] = 'Missing ABA number'; $string['missingaddress'] = 'Missing address'; +$string['missingbankname'] = 'Missing bank name'; $string['missingcc'] = 'Missing card number'; $string['missingccexpire'] = 'Missing expiration date'; $string['missingcctype'] = 'Missing card type'; @@ -151,6 +167,8 @@ $string['testmode'] = '[TEST MODE]'; $string['testwarning'] = 'Capture/Void/Credit seems working in test mode, but no record was updated or inserted in database.'; $string['transid'] = 'Transaction ID'; $string['unenrolstudent'] = 'Unenrol student?'; +$string['usingccmethod'] = 'Enrol using url\">Credit Card'; +$string['usingecheckmethod'] = 'Enrol using url\">eCheck'; $string['void'] = 'Void'; $string['voidyes'] = 'Transaction will be cancelled. Are you sure?'; $string['welcometocoursesemail'] = 'Dear student, -- 2.39.5