mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00

* AN_RETURNZERO: No connection was made on authorize.net. * AN_APPROVED: The transaction was accepted. * AN_DECLINED: The transaction was declined. * AN_REVIEW: The transaction was held for review. + Fix: Speacial handling for echecks: REVIEW; 'Under Review', 'Approved Review', 'Review Failed' + New feature: Upload a CSV file for echecks (capability: enrol/authorize:uploadcsv level: user) + New feature: Search payments by orderid and transid + New function: send_welcome_messages() merged from 17stable.
6 lines
83 B
PHP
Executable file
6 lines
83 B
PHP
Executable file
<?php // $Id$
|
|
|
|
$plugin->version = 2006101700;
|
|
$plugin->requires = 2006091700;
|
|
|
|
?>
|