Skip to content

Commit bfb02e8

Browse files
authored
Merge pull request #100 from bluem-development/DaanRijpkema-patch-1
Refactor bics to have the new name for sns
2 parents 8de2cb0 + 6f13177 commit bfb02e8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Contexts/IdentityContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct()
3636
new BIC("INGBNL2A", "ING"),
3737
new BIC("RABONL2U", "Rabobank"),
3838
new BIC("RBRBNL21", "RegioBank"),
39-
new BIC("SNSBNL2A", "SNS"),
39+
new BIC("SNSBNL2A", "ASN voorheen SNS"),
4040

4141
// Triodos Bank, BIC TRIONL2U no longer supported as of 1 june 2021.
4242
]

src/Contexts/MandatesContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function __construct($type = "CORE")
4949
new BIC("INGBNL2A", "ING"),
5050
new BIC("RABONL2U", "Rabobank"),
5151
new BIC("RBRBNL21", "RegioBank"),
52-
new BIC("SNSBNL2A", "SNS"),
52+
new BIC("SNSBNL2A", "ASN voorheen SNS"),
5353
new BIC("TRIONL2U", "Triodos Bank"),
5454
];
5555
} else {

src/Contexts/PaymentsContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function __construct()
4949
new BIC("KNABNL2H", "Knab"),
5050
new BIC("RABONL2U", "Rabobank"),
5151
new BIC("RBRBNL21", "RegioBank"),
52-
new BIC("SNSBNL2A", "SNS"),
52+
new BIC("SNSBNL2A", "ASN voorheen SNS"),
5353
new BIC("TRIONL2U", "Triodos Bank"),
5454
new BIC("FVLBNL22", "Van Lanschot"),
5555
new BIC("REVOLT21", "Revolut"),

0 commit comments

Comments
 (0)