@@ -93,7 +93,7 @@ |
||
| 93 | 93 | |
| 94 | 94 | preg_match('/^\d{6}(\d{4})?(C|D|RC|RD)[A-Z]?([^N]+)N/', $transaction, $matches); |
| 95 | 95 | |
| 96 | - switch($matches[2]) { |
|
| 96 | + switch ($matches[2]) { |
|
| 97 | 97 | case 'C': |
| 98 | 98 | $currentTrx['credit_debit'] = static::CD_CREDIT; |
| 99 | 99 | break; |