This commit is contained in:
James Cole
2017-11-18 20:26:42 +01:00
parent 6bda5c2d53
commit cd42399c29
9 changed files with 158 additions and 11 deletions

View File

@@ -280,6 +280,18 @@ return [
'converter' => 'Amount',
'field' => 'amount',
],
'amount_debet' => [
'mappable' => false,
'pre-process-map' => false,
'converter' => 'AmountDebet',
'field' => 'amount_debet',
],
'amount_credit' => [
'mappable' => false,
'pre-process-map' => false,
'converter' => 'AmountCredit',
'field' => 'amount_credit',
],
'sepa-ct-id' => [
'mappable' => false,
'pre-process-map' => false,