Line Removed

This commit is contained in:
Devansh 2022-01-21 17:47:15 +05:30
parent db71e476d2
commit bd7dce622d
1 changed files with 0 additions and 2 deletions

View File

@ -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 @@
});
});
</script>
@endif