From f6333fcae057d3094ec8c9946a28de9400da66d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 26 Aug 2024 00:52:50 +0200 Subject: [PATCH] Fixes for CVV issues on Authorize & Forte (#84) * fixes for forte * fixes for authorize --- .../authorize/credit_card/pay.blade.php | 22 +++++-------------- .../authorize/includes/credit_card.blade.php | 5 ++++- .../gateways/forte/credit_card/pay.blade.php | 22 +++++-------------- .../forte/includes/credit_card.blade.php | 5 ++++- 4 files changed, 18 insertions(+), 36 deletions(-) diff --git a/resources/views/portal/ninja2020/gateways/authorize/credit_card/pay.blade.php b/resources/views/portal/ninja2020/gateways/authorize/credit_card/pay.blade.php index 4adcdff52987..9bf4e7e5e9a4 100644 --- a/resources/views/portal/ninja2020/gateways/authorize/credit_card/pay.blade.php +++ b/resources/views/portal/ninja2020/gateways/authorize/credit_card/pay.blade.php @@ -7,9 +7,6 @@ - - - @endsection @section('gateway_content') @@ -77,20 +74,11 @@ @push('footer') -@endpush \ No newline at end of file +@endpush diff --git a/resources/views/portal/ninja2020/gateways/authorize/includes/credit_card.blade.php b/resources/views/portal/ninja2020/gateways/authorize/includes/credit_card.blade.php index db02d0d77681..abb66b7a3157 100644 --- a/resources/views/portal/ninja2020/gateways/authorize/includes/credit_card.blade.php +++ b/resources/views/portal/ninja2020/gateways/authorize/includes/credit_card.blade.php @@ -3,11 +3,14 @@
- +
+ + +
diff --git a/resources/views/portal/ninja2020/gateways/forte/credit_card/pay.blade.php b/resources/views/portal/ninja2020/gateways/forte/credit_card/pay.blade.php index 9c2c4c6a78f8..e43710d889ed 100644 --- a/resources/views/portal/ninja2020/gateways/forte/credit_card/pay.blade.php +++ b/resources/views/portal/ninja2020/gateways/forte/credit_card/pay.blade.php @@ -5,9 +5,6 @@ - - - @endsection @section('gateway_content') @@ -86,20 +83,11 @@ @push('footer') -@endpush \ No newline at end of file +@endpush diff --git a/resources/views/portal/ninja2020/gateways/forte/includes/credit_card.blade.php b/resources/views/portal/ninja2020/gateways/forte/includes/credit_card.blade.php index fa46d3ca7faf..225c767e4da8 100644 --- a/resources/views/portal/ninja2020/gateways/forte/includes/credit_card.blade.php +++ b/resources/views/portal/ninja2020/gateways/forte/includes/credit_card.blade.php @@ -3,11 +3,14 @@
- +
+ + +