It is time to refund for echeck (business checking).

This commit is contained in:
ethem 2006-11-20 10:01:44 +00:00
parent be09f12192
commit 78ceee0741

View 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')) {