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