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')