Skip to content

Commit

Permalink
#131 work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Mar 14, 2016
1 parent 818ca85 commit 04ab398
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions extension/banking_options.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ function _banking_options() {
'description' => 'This importer should be configurable to import a variety of XML based data.',
'is_default' => 0,
),
'importer_fixed' => array(
'label' => 'Fixed Width TXT Importer',
'value' => 'CRM_Banking_PluginImpl_Importer_Fixed',
'description' => 'This importer should be configurable for most fixed-width txt standards.',
'is_default' => 0,
),
'matcher_generic' => array(
'label' => 'Generic Matcher Plugin',
'value' => 'CRM_Banking_PluginImpl_Matcher_Generic',
Expand Down Expand Up @@ -194,6 +200,12 @@ function _banking_options() {
'description' => ts('PayPal account identification (email)'),
'is_default' => 0,
),
'NBAN_ES' => array(
'label' => ts('Spanish Bank Account Number'),
'value' => 'NBAN_ES',
'description' => ts('Traditional Spanish bank account number'),
'is_default' => 0,
),
),
),
'civicrm_banking.plugin_classes' => array(
Expand Down

0 comments on commit 04ab398

Please sign in to comment.