From f044be2215af192ae91da523652cbd76655ad1ad Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 10 Mar 2024 13:03:16 +0100 Subject: [PATCH] Update deposit_iban_qr message about supported banks ASN and N26 tested, SNS assumed (since it's mostly the same app as ASN) --- 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 0d062f0..bd63556 100644 --- a/plugins/deposit_iban_qr +++ b/plugins/deposit_iban_qr @@ -52,9 +52,9 @@ sub hook_checkout($class, $cart, $user, $transaction_id, @) { waitpid($pid, 0); - $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[1] =~ s/$/ Note: Bunq and ING are the only/; + $lines[2] =~ s/$/ Dutch banks that support these/; + $lines[3] =~ s/$/ EPC QR codes. N26 also works./; $lines[5] =~ s/$/ For manual transfers, use this/; $lines[6] =~ s/$/ IBAN: $iban/;