From f01c92fbcf1d3cdb07e683ea3576f7d82b2194ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 30 Aug 2024 01:17:20 +0200 Subject: [PATCH] New payment flow. Fixes for meta ref (#92) * authorize * eway * bacs * becs * credit card * przelewy24 --- .../gateways/authorize/credit_card/authorize.blade.php | 1 + .../views/portal/ninja2020/gateways/eway/authorize.blade.php | 1 + .../portal/ninja2020/gateways/stripe/bacs/authorize.blade.php | 2 +- .../portal/ninja2020/gateways/stripe/becs/authorize.blade.php | 2 ++ .../ninja2020/gateways/stripe/credit_card/authorize.blade.php | 2 +- .../ninja2020/gateways/stripe/przelewy24/authorize.blade.php | 2 ++ 6 files changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/views/portal/ninja2020/gateways/authorize/credit_card/authorize.blade.php b/resources/views/portal/ninja2020/gateways/authorize/credit_card/authorize.blade.php index 9cae6921c53d..35fe4e35d9ac 100644 --- a/resources/views/portal/ninja2020/gateways/authorize/credit_card/authorize.blade.php +++ b/resources/views/portal/ninja2020/gateways/authorize/credit_card/authorize.blade.php @@ -7,6 +7,7 @@ + diff --git a/resources/views/portal/ninja2020/gateways/eway/authorize.blade.php b/resources/views/portal/ninja2020/gateways/eway/authorize.blade.php index 7f062ea3ca63..e33106a9f9cc 100644 --- a/resources/views/portal/ninja2020/gateways/eway/authorize.blade.php +++ b/resources/views/portal/ninja2020/gateways/eway/authorize.blade.php @@ -7,6 +7,7 @@ ctrans('texts.credit_card')]) + @endsection @section('gateway_content') diff --git a/resources/views/portal/ninja2020/gateways/stripe/bacs/authorize.blade.php b/resources/views/portal/ninja2020/gateways/stripe/bacs/authorize.blade.php index c004978497a2..8e6fe42ef749 100644 --- a/resources/views/portal/ninja2020/gateways/stripe/bacs/authorize.blade.php +++ b/resources/views/portal/ninja2020/gateways/stripe/bacs/authorize.blade.php @@ -10,7 +10,7 @@ @endif - + @endsection @section('gateway_content') diff --git a/resources/views/portal/ninja2020/gateways/stripe/becs/authorize.blade.php b/resources/views/portal/ninja2020/gateways/stripe/becs/authorize.blade.php index 24af2696f215..c30f54da8c02 100644 --- a/resources/views/portal/ninja2020/gateways/stripe/becs/authorize.blade.php +++ b/resources/views/portal/ninja2020/gateways/stripe/becs/authorize.blade.php @@ -7,6 +7,8 @@ @else @endif + + @endsection @section('gateway_content') diff --git a/resources/views/portal/ninja2020/gateways/stripe/credit_card/authorize.blade.php b/resources/views/portal/ninja2020/gateways/stripe/credit_card/authorize.blade.php index 38b3f801a707..d2d39f4de5e5 100644 --- a/resources/views/portal/ninja2020/gateways/stripe/credit_card/authorize.blade.php +++ b/resources/views/portal/ninja2020/gateways/stripe/credit_card/authorize.blade.php @@ -12,7 +12,7 @@ - + @endsection @section('gateway_content') diff --git a/resources/views/portal/ninja2020/gateways/stripe/przelewy24/authorize.blade.php b/resources/views/portal/ninja2020/gateways/stripe/przelewy24/authorize.blade.php index 24af2696f215..c30f54da8c02 100644 --- a/resources/views/portal/ninja2020/gateways/stripe/przelewy24/authorize.blade.php +++ b/resources/views/portal/ninja2020/gateways/stripe/przelewy24/authorize.blade.php @@ -7,6 +7,8 @@ @else @endif + + @endsection @section('gateway_content')