Moved parsing of amount with decimal separator to Converter object

This commit is contained in:
Robert Horlings
2016-01-17 15:37:49 +01:00
parent 323c16ebe1
commit 4909fcc8b4
3 changed files with 36 additions and 6 deletions

View File

@@ -177,6 +177,12 @@ return [
'converter' => 'Amount',
'field' => 'amount',
],
'amount-comma-separated' => [
'name' => 'Amount (comma as decimal separator)',
'mappable' => false,
'converter' => 'AmountComma',
'field' => 'amount',
],
'sepa-ct-id' => [
'name' => 'SEPA Credit Transfer end-to-end ID',
'mappable' => false,