35 Commits

Author SHA1 Message Date
ethem
62d98252ac New authorize.net module is more powerful. :)
- Review order:

   Review order before processing the credit card.

- Auto-Capture:
   If auto-capture enabled the credit card will be captured
   after an_review_day later, then student will be enrolled
   to course, otherwise it will be expired or
   admin must accept/deny payment.

   NOTE: Set-up Transaction Cut-Off Time correctly.
         When the last transaction is picked up for settlement?

- Payment Management:

   Accept/Deny/Refund payments: cvs:/moodle/enrol/authorize/index.php

- TO DO: Batch upload: It will sync authorize.net and moodle from csv file.
2005-12-26 19:21:37 +00:00
ethem
0ccf08fe1d Settlement date. 2005-12-22 15:24:05 +00:00
ethem
1f71e2b91d More description, more documentation. 2005-12-14 15:47:37 +00:00
ethem
a108dc4af5 added amount & currency fields for new transaction. 2005-12-12 17:42:05 +00:00
ethem
d6ed7dae6a CREDIT & VOID implementation.
TO DO:
- admin.php for course payment management.
- Transaction cut-off time
2005-12-12 17:32:00 +00:00
ethem
9e80f003fc REVIEW ORDER FEATURE:
- AUTH_ONLY transaction is used if review enabled.
- CRON captures credit card $an_review_day later.
- VOID and CREDIT weren't implemented yet.
- TO DO: admin.php for course payment management.
- TO DO: batch upload...
2005-12-09 12:00:28 +00:00
ethem
a56d86dd3d Default values must be default values. :) 2005-12-03 11:43:04 +00:00
ethem
07af257354 Credit card types moved to enrol.html. 2005-12-03 11:19:17 +00:00
ethem
c5cc140090 an_review_day can not be negative. 2005-11-24 13:07:35 +00:00
ethem
ce32fe3aa7 x_invoice_num implementation... 2005-11-21 14:09:52 +00:00
ethem
add17a1248 Documentation 2005-11-21 07:33:04 +00:00
ethem
682811e048 *** empty log message *** 2005-08-24 14:59:42 +00:00
ethem
b94448d497 Nice coding. 2005-08-05 15:05:05 +00:00
ethem
1f492294af some cleanup. 2005-08-03 10:11:16 +00:00
ethem
02457e58f4 nice icons in function get_access_icons() 2005-08-01 14:34:30 +00:00
ethem
87e1cd3d2a process_config changes. 2005-07-25 15:03:38 +00:00
ethem
3b405a5f3d authorize module requires get_list_of_currencies() function in moodlelib.
This function added in version 2005072200.
2005-07-25 13:17:25 +00:00
ethem
cb263abd73 Uses currencies.php for currency list. 2005-07-22 19:40:11 +00:00
ethem
76c0b22648 More security, loginhttps must be ON. 2005-07-18 16:42:30 +00:00
ethem
2893f750a6 Call get_course_cost once. 2005-07-16 15:15:41 +00:00
ethem
10da752643 International payment. All currencies are added... 2005-07-14 16:17:28 +00:00
ethem
24904fe777 When using the Authorize module, you can now also use enrolment keys.
Good Idea.
2005-07-13 20:26:16 +00:00
ethem
095bd2923d Removing course=$course->id in profile url. If autologin=true user can't login... 2005-06-02 18:03:08 +00:00
ethem
52fbf9138b Some clean up. 2005-06-02 17:56:31 +00:00
ethem
da32de5c89 Some fixes. 2005-05-26 13:52:13 +00:00
ethem
63655631c5 CCexpired support 2005-05-26 13:22:01 +00:00
ethem
a9ff839bee Some fixes. 2005-05-26 11:31:01 +00:00
ethem
a0419f8716 fixing enrol_allowinternal 2005-05-26 07:32:26 +00:00
moodler
a216c33ebc Merged updates from stable 2005-05-25 16:27:53 +00:00
ethem
105e7da4c9 Fixing profileurl link. It must be $USER->id. 2005-05-17 07:08:04 +00:00
stronk7
894ff63f8f Tabs are out 2005-05-16 22:22:31 +00:00
ethem
54e0f2ef8e Authorize.net plugin, some fixes for Default Field Separator & Field Encapsulation Character. 2005-05-16 15:37:11 +00:00
ethem
425b774177 Authorize.net plugin, some fixes. 2005-05-13 09:27:26 +00:00
ethem
5d319ac347 CCVal - Credit Card Validation function 2005-05-13 09:05:39 +00:00
moodler
93885e8120 First version of Authorize.net plugin, written by webmaster@tuzluk.com,
based on Paypal module.

I've not tested it myself yet, just renamed it and cleaned up some
obvious HTML code etc
2005-05-09 18:27:39 +00:00