Skip to content

Commit

Permalink
added stewardship account type
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Nov 26, 2015
1 parent 7c8fa59 commit e0a45af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions extension/banking_options.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ function _banking_options() {
'description' => ts('WorldPay merchant ID'),
'is_default' => 0,
),
'NBAN_SP' => array(
'label' => ts('Stewardship'),
'value' => 'NBAN_SP',
'description' => ts('Stewardship merchant ID'),
'is_default' => 0,
),
'NBAN_PP' => array(
'label' => ts('PayPal'),
'value' => 'NBAN_PP',
Expand Down
4 changes: 2 additions & 2 deletions extension/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<author>Björn Endres / Project 60</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2015-11-12</releaseDate>
<version>0.5.2rc2</version>
<releaseDate></releaseDate>
<version>0.5.3dev-69d4bf8</version>
<develStage>beta</develStage>
<compatibility>
<ver>4.4</ver>
Expand Down

0 comments on commit e0a45af

Please sign in to comment.