Skip to content

Commit

Permalink
Merge pull request #12 from pronamic/11-add-ideal-issuer-n26
Browse files Browse the repository at this point in the history
Add new iDEAL issuer N26
  • Loading branch information
remcotolsma committed Aug 30, 2023
2 parents a9124bd + 48e522e commit 2745635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OrderStandard/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ private function get_ideal_issuers() {
new SelectFieldOption( 'KNABNL2H', \__( 'Knab bank', 'pronamic_ideal' ) ),
new SelectFieldOption( 'REVOLT21', \__( 'Revolut', 'pronamic_ideal' ) ),
new SelectFieldOption( 'BITSNL2A', \__( 'Yoursafe', 'pronamic_ideal' ) ),
new SelectFieldOption( 'NTSBDEB1', \__( 'N26', 'pronamic_ideal' ) ),
];
}

Expand Down

0 comments on commit 2745635

Please sign in to comment.