From 1e96c7ef6eb45e364f9c971c8aa603cb353d5fd2 Mon Sep 17 00:00:00 2001 From: cuneytsenturk Date: Wed, 29 Nov 2017 17:17:21 +0300 Subject: [PATCH] customer invoice page stylesheet --- .../Resources/lang/en-GB/offlinepayment.php | 3 +++ resources/views/customers/invoices/show.blade.php | 11 ++++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/modules/OfflinePayment/Resources/lang/en-GB/offlinepayment.php b/modules/OfflinePayment/Resources/lang/en-GB/offlinepayment.php index 9b702ed82..541a5c57c 100644 --- a/modules/OfflinePayment/Resources/lang/en-GB/offlinepayment.php +++ b/modules/OfflinePayment/Resources/lang/en-GB/offlinepayment.php @@ -10,4 +10,7 @@ return [ 'order' => 'Order', 'payment_gateways' => 'Offline Payment Methods', + 'confirm' => 'Confirm', + 'loading' => 'Loading', + ]; diff --git a/resources/views/customers/invoices/show.blade.php b/resources/views/customers/invoices/show.blade.php index c4a9cf3be..f693346b7 100644 --- a/resources/views/customers/invoices/show.blade.php +++ b/resources/views/customers/invoices/show.blade.php @@ -142,17 +142,20 @@