From bd7dce622dba3acf754e41b9cf3cf255fd3665d1 Mon Sep 17 00:00:00 2001 From: Devansh Date: Fri, 21 Jan 2022 17:47:15 +0530 Subject: [PATCH] Line Removed --- .../views/checkout/onepage/paypal-smart-button.blade.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/Webkul/Paypal/src/Resources/views/checkout/onepage/paypal-smart-button.blade.php b/packages/Webkul/Paypal/src/Resources/views/checkout/onepage/paypal-smart-button.blade.php index 369bbf52d..9c4be4a56 100644 --- a/packages/Webkul/Paypal/src/Resources/views/checkout/onepage/paypal-smart-button.blade.php +++ b/packages/Webkul/Paypal/src/Resources/views/checkout/onepage/paypal-smart-button.blade.php @@ -1,5 +1,4 @@ @if (request()->route()->getName() == 'shop.checkout.onepage.index') - @php $clientId = core()->getConfigData('sales.paymentmethods.paypal_smart_button.client_id'); $acceptedCurrency = core()->getConfigData('sales.paymentmethods.paypal_smart_button.accepted_currencies'); @@ -102,5 +101,4 @@ }); }); - @endif \ No newline at end of file