Help file: Uploading Authorize.net CSV file; Merged from MOODLE_17_STABLE.

This commit is contained in:
ethem
2006-11-20 13:52:27 +00:00
parent 665958c2b9
commit dd5f22e2be
2 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ function authorize_process_csv($filename)
continue;
}
if (!empty($reftransid) && $transstatus == 'Settled Successfully' && $transtype == 'Credit') {
if (!empty($reftransid) && is_numeric($reftransid) && 'Settled Successfully' == $transstatus && 'Credit' == $transtype) {
if ($order = get_record('enrol_authorize', 'transid', $reftransid)) {
if (AN_METHOD_ECHECK == $order->paymentmethod) {
$refund = get_record('enrol_authorize_refunds', 'transid', $transid);
@@ -0,0 +1,24 @@
<p align="center"><strong>Uploading Authorize.net CSV file</strong></p>
<p>
This action must be performed if you have enabled eCheck (ACH) transactions.
</p>
<p>
<ol>
<li>Login to your authorize.net account.</li>
<li>Run a REPORT or SEARCH transactions.</li>
<li>Select the date range if you search transactions.</li>
<li>A button called '<i>Download to File</i>' appears.</li>
<li>After clicked the button, tick '<i>Include Column Headings</i>' and select file type to be downloaded:
'<i>Expanded Fields/Comma Separated</i>' or '<i>Expanded Fields with CAVV Response/Comma Separated</i>'.</li>
<li>For more information click the help link on the page seen.</li>
<li>Click Submit button.</li>
<li>Once the file has been created, a pop up window will appear prompting you
to select the location where the file should be saved.</li>
<li>Please leave this window open until the pop up window prompting for your file location appears.
You may minimize this window by clicking the _ in the upper right hand corner to continue working.
Closing this window by clicking the X will cancel this action and your file will not be downloaded.</li>
<li>Once your file has been downloaded and saved to your local machine,
click the X in the upper right hand corner of this window to Close.</li>
<li>Finally, upload this CSV file to Moodle to enrol the users making payment by echeck.
</ol>
</p>