From 94c424a15b44a2bdf8177af4c6dbd18726412dab Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 24 Jun 2021 18:49:53 +1000 Subject: [PATCH] Fixes for payfast driver --- .../portal/ninja2020/gateways/payfast/authorize.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/portal/ninja2020/gateways/payfast/authorize.blade.php b/resources/views/portal/ninja2020/gateways/payfast/authorize.blade.php index f12491735b35..b1db2d411bc0 100644 --- a/resources/views/portal/ninja2020/gateways/payfast/authorize.blade.php +++ b/resources/views/portal/ninja2020/gateways/payfast/authorize.blade.php @@ -6,7 +6,7 @@ @endsection @section('gateway_content') -
+ @@ -17,7 +17,7 @@ - + @if(!Request::isSecure())

{{ ctrans('texts.https_required') }}

@endif @@ -28,10 +28,10 @@ {{ ctrans('texts.credit_card') }} @endcomponent - @component('portal.ninja2020.gateways.includes.pay_now', ['id' => 'card_button']) + @component('portal.ninja2020.gateways.includes.pay_now', ['id' => 'server_response']) {{ ctrans('texts.add_payment_method') }} @endcomponent -
+ @endsection @section('gateway_footer')