From 8fe15dc9ac252e5afe29db6d52da1ea345046b01 Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Tue, 14 May 2019 22:17:21 +0200 Subject: [PATCH] ASN Bank doet ook EPC QR! --- plugins/deposit_iban_qr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/deposit_iban_qr b/plugins/deposit_iban_qr index 71f1e79..2c4d4b7 100644 --- a/plugins/deposit_iban_qr +++ b/plugins/deposit_iban_qr @@ -56,9 +56,9 @@ sub hook_checkout { waitpid($pid, 0); - $lines[1] =~ s/$/ Note: ING and Bunq are the only/; - $lines[2] =~ s/$/ Dutch banks that support these/; - $lines[3] =~ s/$/ EPC QR codes./; + $lines[1] =~ s/$/ Note: ASN, Bunq, and ING are the/; + $lines[2] =~ s/$/ 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/;