diff --git a/app/PaymentDrivers/Stripe/SEPA.php b/app/PaymentDrivers/Stripe/SEPA.php index 0672a2f775f6..c002d08f1f9d 100644 --- a/app/PaymentDrivers/Stripe/SEPA.php +++ b/app/PaymentDrivers/Stripe/SEPA.php @@ -39,6 +39,7 @@ class SEPA $data['client'] = $this->stripe->client; $data['country'] = $this->stripe->client->country->iso_3166_2; $data['currency'] = $this->stripe->client->currency(); + $data['payment_hash'] = 'x'; return render('gateways.stripe.sepa.authorize', $data); } diff --git a/lang/en/texts.php b/lang/en/texts.php index f829dee616e0..eda88d5f99a6 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -4219,7 +4219,7 @@ $LANG = array( 'max_companies_desc' => 'You have reached your maximum number of companies. Delete existing companies to migrate new ones.', 'migration_already_completed' => 'Company already migrated', 'migration_already_completed_desc' => 'Looks like you already migrated :company_name to the V5 version of the Invoice Ninja. In case you want to start over, you can force migrate to wipe existing data.', - 'payment_method_cannot_be_authorized_first' => 'This payment method can be can saved for future use, once you complete your first transaction. Don\'t forget to check "Store credit card details" during payment process.', + 'payment_method_cannot_be_authorized_first' => 'This payment method can be can saved for future use, once you complete your first transaction. Don\'t forget to check "Store details" during payment process.', 'new_account' => 'New account', 'activity_100' => ':user created recurring invoice :recurring_invoice', 'activity_101' => ':user updated recurring invoice :recurring_invoice', diff --git a/resources/views/portal/ninja2020/gateways/stripe/sepa/authorize.blade.php b/resources/views/portal/ninja2020/gateways/stripe/sepa/authorize.blade.php index 1537ee4c6e01..9517c7ee3185 100644 --- a/resources/views/portal/ninja2020/gateways/stripe/sepa/authorize.blade.php +++ b/resources/views/portal/ninja2020/gateways/stripe/sepa/authorize.blade.php @@ -7,78 +7,14 @@ @else @endif + @endsection @section('gateway_content') - @if(session()->has('sepa_error')) -
{{ session('sepa_error') }}
-