]> git.mjollnir.org Git - moodle.git/commitdiff
It is time to refund for echeck (business checking).
authorethem <ethem>
Mon, 20 Nov 2006 10:01:44 +0000 (10:01 +0000)
committerethem <ethem>
Mon, 20 Nov 2006 10:01:44 +0000 (10:01 +0000)
enrol/authorize/uploadcsv.php

index b2e2c18ad7de94c5c9a8bd1699f0c85db4d5f481..a546c0fc9f9be5c61af6c7f964c06c7373534b11 100644 (file)
@@ -136,8 +136,8 @@ function authorize_process_csv($filename)
             else {
                 $ignored++;
                 $ignoredlines .= $reftransid . ": Not our business, in refunds\n";
-                continue;
             }
+            continue;
         }
 
         if (! ($transstatus == 'Settled Successfully' && $transtype == 'Authorization w/ Auto Capture')) {