]> git.mjollnir.org Git - moodle.git/commit
+ New consts for authorize_action() function:
authorethem <ethem>
Mon, 16 Oct 2006 09:39:08 +0000 (09:39 +0000)
committerethem <ethem>
Mon, 16 Oct 2006 09:39:08 +0000 (09:39 +0000)
commit9c746ce766b30795a1ecaf93d4a60f6449f3f081
tree33836fc378aca3176e9f88aadfad8ec54aada240
parentb5db746b7d2b5d1d4a8dba25d9159874806b1bd9
+ New consts for authorize_action() function:
  * 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.
enrol/authorize/authorizenetlib.php
enrol/authorize/const.php
enrol/authorize/enrol.php
enrol/authorize/index.php
enrol/authorize/localfuncs.php
enrol/authorize/locallib.php
enrol/authorize/uploadcsv.php [new file with mode: 0644]
enrol/authorize/version.php