]> git.mjollnir.org Git - moodle.git/commit
Ported AUTHORIZE_ECHECK changes into HEAD. (cvs update -j HEAD -j AUTHORIZE_ECHECK)
authorethem <ethem>
Wed, 30 Aug 2006 10:29:10 +0000 (10:29 +0000)
committerethem <ethem>
Wed, 30 Aug 2006 10:29:10 +0000 (10:29 +0000)
commit6b1d27020dd7cc47998ca874390a58fa9cc83d47
tree49e98b32d8c0ae0b702640d6d2840976758ef317
parentd78f25b8c0452ae0399c42079c1d9c09d05d0565
Ported AUTHORIZE_ECHECK changes into HEAD. (cvs update -j HEAD -j AUTHORIZE_ECHECK)

* New Feature (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.

== TO DO ==

- Generate Echeck forms.
- Show users a echeck option if admin enabled echeck method.
- Allow admins/teachers to enrol a student using echeck method (FIX: role consept)

==========
enrol/authorize/authorizenetlib.php
enrol/authorize/config.html
enrol/authorize/const.php
enrol/authorize/db/mysql.php
enrol/authorize/db/postgres7.php
enrol/authorize/enrol.php
enrol/authorize/index.php
enrol/authorize/locallib.php
enrol/authorize/version.php