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