From 78ceee0741f286c60c444a8b31b0e811883f9347 Mon Sep 17 00:00:00 2001 From: ethem Date: Mon, 20 Nov 2006 10:01:44 +0000 Subject: [PATCH] It is time to refund for echeck (business checking). --- enrol/authorize/uploadcsv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) { -- 2.39.5