From 19556eb970301c6f6b20decebd667cda8a78f92e 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 d00c454d4c22..52efda6cc021 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') @@ -54,20 +51,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 6bde31fc203d..aa2f055e198a 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 @@
- +
+ + +