@@ -102,7 +102,7 @@ |
||
102 | 102 | |
103 | 103 | preg_match('/^\d{6}(\d{4})?(C|D|RC|RD)[A-Z]?([^N]+)N/', $transaction, $trxMatch); |
104 | 104 | |
105 | - switch($trxMatch[2]) { |
|
105 | + switch ($trxMatch[2]) { |
|
106 | 106 | case 'C': |
107 | 107 | $currentTrx['credit_debit'] = static::CD_CREDIT; |
108 | 108 | break; |