From 9e146b7ef8d2586100bf3c91b3db914d1ae259e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 21 Jun 2021 14:04:24 +0200 Subject: [PATCH] Credit card: Pay --- .../gateways/wepay/credit_card/pay.blade.php | 198 ++---------------- 1 file changed, 12 insertions(+), 186 deletions(-) diff --git a/resources/views/portal/ninja2020/gateways/wepay/credit_card/pay.blade.php b/resources/views/portal/ninja2020/gateways/wepay/credit_card/pay.blade.php index 8994199d07ea..0fe5ed77f3c2 100644 --- a/resources/views/portal/ninja2020/gateways/wepay/credit_card/pay.blade.php +++ b/resources/views/portal/ninja2020/gateways/wepay/credit_card/pay.blade.php @@ -1,9 +1,19 @@ @extends('portal.ninja2020.layout.payments', ['gateway_title' => ctrans('texts.credit_card'), 'card_title' => ctrans('texts.credit_card')]) @section('gateway_head') + + + + + + + + + + @endsection @section('gateway_content') @@ -56,194 +66,10 @@ @include('portal.ninja2020.gateways.includes.save_card') @include('portal.ninja2020.gateways.wepay.includes.credit_card') - + @include('portal.ninja2020.gateways.includes.pay_now') @endsection @section('gateway_footer') - - - + @endsection