Skip to content

Commit afebdf6

Browse files
committed
Updated ideal issuers list
1 parent 021adda commit afebdf6

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

Api/Service/MethodServiceInterface.php

+18-14
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,7 @@ interface MethodServiceInterface
103103
],
104104
[
105105
'id' => 'FVLBNL22',
106-
'name' => 'Van Lanschot Bankiers',
107-
],
108-
[
109-
'id' => 'MOYONL21',
110-
'name' => 'Moneyou',
106+
'name' => 'Van Lanschot',
111107
],
112108
[
113109
'id' => 'SNSBNL2A',
@@ -119,23 +115,31 @@ interface MethodServiceInterface
119115
],
120116
[
121117
'id' => 'INGBNL2A',
122-
'name' => 'ING Bank',
118+
'name' => 'ING',
123119
],
124120
[
125-
'id' => 'HANDNL2A',
126-
'name' => 'Handelsbanken',
121+
'id' => 'ABNANL2A',
122+
'name' => 'ABN Amro',
127123
],
128124
[
129-
'id' => 'KREDBE22',
130-
'name' => 'KBC',
125+
'id' => 'RABONL2U',
126+
'name' => 'Rabobank'
131127
],
132128
[
133-
'id' => 'ABNANL2A',
134-
'name' => 'ABN Amro Bank',
129+
'id' => 'BITSNL2A',
130+
'name' => 'Yoursafe'
135131
],
136132
[
137-
'id' => 'RABONL2U',
138-
'name' => 'Rabobank'
133+
'id' => 'NNBANL2G',
134+
'name' => 'Nationale-Nederlanden'
135+
],
136+
[
137+
'id' => 'NTSBDEB1',
138+
'name' => 'N26'
139+
],
140+
[
141+
'id' => 'REVOLT21',
142+
'name' => 'Revolut'
139143
]
140144
];
141145

0 commit comments

Comments
 (0)