Skip to content

Commit

Permalink
Add iDEAL issuer Nationale Nederlanden.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 3, 2023
1 parent a9a90f6 commit bb4cf32
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 @@ -127,6 +127,7 @@ private function get_ideal_issuers() {
new SelectFieldOption( 'REVOLT21', \__( 'Revolut', 'pronamic_ideal' ) ),
new SelectFieldOption( 'BITSNL2A', \__( 'Yoursafe', 'pronamic_ideal' ) ),
new SelectFieldOption( 'NTSBDEB1', \__( 'N26', 'pronamic_ideal' ) ),
new SelectFieldOption( 'NNBANL2G', \__( 'Nationale Nederlanden', 'pronamic_ideal' ) ),
];
}

Expand Down

0 comments on commit bb4cf32

Please sign in to comment.