From 5e0aaa45b53516caa2f128e9d52992148486ddd2 Mon Sep 17 00:00:00 2001 From: Lars Kusch Date: Wed, 6 Oct 2021 15:23:19 +0200 Subject: [PATCH] Added required input views --- resources/lang/en/texts.php | 3 ++- .../gateways/stripe/sepa/sepa_debit.blade.php | 13 ++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 14df4963a7c2..ec22a578e394 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -1779,7 +1779,7 @@ $LANG = array( 'lang_Bulgarian' => 'Bulgarian', 'lang_Russian (Russia)' => 'Russian (Russia)', - + // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', 'industry_Advertising' => 'Advertising', @@ -4316,6 +4316,7 @@ $LANG = array( 'payment_method_cannot_be_preauthorized' => 'This payment method cannot be preauthorized.', 'kbc_cbc' => 'KBC/CBC', 'bancontact' => 'Bancontact', + 'sepa_mandat' => 'By providing your IBAN and confirming this payment, you are authorizing Rocketship Inc. and Stripe, our payment service provider, to send instructions to your bank to debit your account and your bank to debit your account in accordance with those instructions. You are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. A refund must be claimed within 8 weeks starting from the date on which your account was debited.', ); return $LANG; diff --git a/resources/views/portal/ninja2020/gateways/stripe/sepa/sepa_debit.blade.php b/resources/views/portal/ninja2020/gateways/stripe/sepa/sepa_debit.blade.php index ada051bfe39b..ede181c99b44 100644 --- a/resources/views/portal/ninja2020/gateways/stripe/sepa/sepa_debit.blade.php +++ b/resources/views/portal/ninja2020/gateways/stripe/sepa/sepa_debit.blade.php @@ -1,5 +1,16 @@
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.name')]) - + + + +
+ {{ctrans('texts.sepa_mandat')}} +
@endcomponent