From 07aa4ea106adda714701fb29abbf3c4664ef562d Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Tue, 14 May 2019 22:18:29 +0200 Subject: [PATCH] SNS Bank doet ook EPC QR! --- plugins/deposit_iban_qr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/deposit_iban_qr b/plugins/deposit_iban_qr index 2c4d4b7..afc6c9c 100644 --- a/plugins/deposit_iban_qr +++ b/plugins/deposit_iban_qr @@ -56,8 +56,8 @@ sub hook_checkout { waitpid($pid, 0); - $lines[1] =~ s/$/ Note: ASN, Bunq, and ING are the/; - $lines[2] =~ s/$/ only Dutch banks that support/; + $lines[1] =~ s/$/ Note: ASN, Bunq, ING, and SNS are/; + $lines[2] =~ s/$/ the only Dutch banks that support/; $lines[3] =~ s/$/ these EPC QR codes./; $lines[5] =~ s/$/ For manual transfers, use this/; $lines[6] =~ s/$/ IBAN: $iban/;