This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
mirror of
https://github.com/moodle/moodle.git
synced
2025-02-24 03:53:49 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
enrol
/
authorize
/
version.php
7 lines
83 B
PHP
Raw
Normal View
History
Unescape
Escape
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) ==========
2006-08-30 10:29:10 +00:00
<
?
php
// $Id$
Config an_review_day renamed to an_capture_day. Inform admin will be expired transactions 2 days ago. Help for an_review and an_capture_day to admins.
2006-01-03 10:23:28 +00:00
MDL-8524 general roles cleanup; MDL-8373 authenticated user role now created during upgrade from 1.7.x, xhtml and CSS cleanup in roles GUI; accesslib inline docs cleanup; risk bitmask fixes
2007-03-05 11:27:01 +00:00
$plugin
->
version
=
2006112901
;
I found a new function: user_has_role_assignment(). Merged from MOODLE_17_STABLE.
2006-10-26 14:44:53 +00:00
$plugin
->
requires
=
2006100401
;
Config an_review_day renamed to an_capture_day. Inform admin will be expired transactions 2 days ago. Help for an_review and an_capture_day to admins.
2006-01-03 10:23:28 +00:00
?>
Reference in New Issue
Copy Permalink