diff --git a/scripts/getBankList.js b/scripts/getBankList.js index a78003509..234b15079 100644 --- a/scripts/getBankList.js +++ b/scripts/getBankList.js @@ -105,8 +105,8 @@ async function convertXlsxToJson(xlsxFilePath, jsonFilePath) { support: { sepa: { // We assume that banks at least fully support inbound sepa instant if they are part of the list - inbound: 'full-support', - outbound: 'partial-support', + inbound: 'full', + outbound: 'partial', }, }, }; diff --git a/src/components/BankCheckInput.vue b/src/components/BankCheckInput.vue index e25bc97b1..b45194581 100644 --- a/src/components/BankCheckInput.vue +++ b/src/components/BankCheckInput.vue @@ -69,7 +69,7 @@ {{ $t('Not all accounts provided by this bank support instant transactions.') }}

{{ $t('Contact your bank to find out if your account is eligible.') }}

+ + +

{{ $t('Without an individual IBAN, refunds are impossible!') }}

+

{{ $t('{bankName} offers generic and individual IBANs.', { bankName: bank.name }) }}

+

{{ $t('In case of any issues, like exceeded limits or insufficient amounts, ' + + 'the automatic refunds will only work for individual IBAN addresses.') }}

+
  • @@ -96,7 +109,7 @@