From fbef52e94a952821d45d02616f97a6e5ffa593fa Mon Sep 17 00:00:00 2001 From: EnesSacid-Buker <73346401+EnesSacid-Buker@users.noreply.github.com> Date: Thu, 3 Nov 2022 11:16:57 +0300 Subject: [PATCH] Fixed style on redirect payment page --- resources/lang/en-GB/portal.php | 1 + .../payment_method/redirect.blade.php | 35 +++++++++---------- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/resources/lang/en-GB/portal.php b/resources/lang/en-GB/portal.php index a0ea4a0b1..c4c3fb6b2 100644 --- a/resources/lang/en-GB/portal.php +++ b/resources/lang/en-GB/portal.php @@ -12,6 +12,7 @@ return [ 'see_all_details' => 'See all account details', 'all_payments' => 'Login to view all payments', 'received_date' => 'Received Date', + 'redirect_description' => 'You will be redirected to the :name website to make the payment.', 'last_payment' => [ 'title' => 'Last Payment Made', diff --git a/resources/views/components/payment_method/redirect.blade.php b/resources/views/components/payment_method/redirect.blade.php index 1abd6d80c..b87001873 100644 --- a/resources/views/components/payment_method/redirect.blade.php +++ b/resources/views/components/payment_method/redirect.blade.php @@ -1,20 +1,17 @@ -