]> git.mjollnir.org Git - moodle.git/commitdiff
If an user's credit card cannot be captured on the internet directly, obtain autho...
authorethem <ethem>
Mon, 30 Oct 2006 13:07:20 +0000 (13:07 +0000)
committerethem <ethem>
Mon, 30 Oct 2006 13:07:20 +0000 (13:07 +0000)
   Some users may not wish to use their credit cards on the internet directly for security reasons.
   In this case, you need to obtain an authorization code from user's bank.
   Initially, ask for credit card information from the customer
   like bank name, name on card, card number, expiry date and card validation code
   by means of phone, face-to-face or a billing application.
   Then, call the customer services of user's bank giving this information and demand an authorization code.
   Finally, after obtaining it, login as user to get the user enrolled.
   Alternatively, you can give it to the user saying enrol using this code.

enrol/authorize/config.html
lang/en_utf8/help/enrol/authorize/authcode.html [new file with mode: 0644]

index 1326f0be0db515cdd736ccff96f39c9b023ab6a3..87f8e0ac8c830f0635288c1f94b6e6e7a14ab0c4 100755 (executable)
@@ -132,7 +132,8 @@ if (!isset($frm->acceptechecktypes)) {
 
 <tr valign="top">
     <td align="right">an_authcode:</td>
-    <td><?php print_checkbox('an_authcode', '1', !empty($frm->an_authcode)) ?><br />
+    <td><?php print_checkbox('an_authcode', '1', !empty($frm->an_authcode)) ?>
+        <?php helpbutton('authcode', '', 'enrol/authorize'); ?><br />
         <?php print_string("adminauthcode", "enrol_authorize") ?></td>
 </tr>
 
diff --git a/lang/en_utf8/help/enrol/authorize/authcode.html b/lang/en_utf8/help/enrol/authorize/authcode.html
new file mode 100644 (file)
index 0000000..31cd19a
--- /dev/null
@@ -0,0 +1,14 @@
+<p align="center"><strong>Obtaining authorization code over the phone</strong></p>
+<p>
+   If an user's credit card cannot be captured on the internet directly, obtain authorization code over phone from customer's bank.
+</p>
+<p>
+   Some users may not wish to use their credit cards on the internet directly for security reasons.
+   In this case, you need to obtain an authorization code from user's bank.
+   Initially, ask for credit card information from the customer
+   like bank name, name on card, card number, expiry date and card validation code
+   by means of telephone, face-to-face or filling out a form.
+   Then, call the customer services of user's bank giving this information and demand an authorization code.
+   Finally, after obtaining it, login as user to get the user enrolled.
+   Alternatively, you can give it to the user saying enrol using it.
+</p>