From: ethem Date: Mon, 20 Nov 2006 10:01:44 +0000 (+0000) Subject: It is time to refund for echeck (business checking). X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=78ceee0741f286c60c444a8b31b0e811883f9347;p=moodle.git It is time to refund for echeck (business checking). --- diff --git a/enrol/authorize/uploadcsv.php b/enrol/authorize/uploadcsv.php index b2e2c18ad7..a546c0fc9f 100644 --- a/enrol/authorize/uploadcsv.php +++ b/enrol/authorize/uploadcsv.php @@ -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')) {