toggle paypal sandbox/live

This commit is contained in:
Čarodej
2022-01-14 11:55:14 +01:00
parent 7dd116a769
commit 51701214a2
7 changed files with 32 additions and 4 deletions
+1
View File
@@ -107,6 +107,7 @@
// PayPal
isPayPal: {{ $settings->allowed_paypal ?? 0 }},
isPayPalLive: {{ env('PAYPAL_IS_LIVE') ? 1 : 0 }},
paypal_client_id: '{{ env('PAYPAL_CLIENT_ID') }}',
paypal_payment_description: '{{ $settings->paypal_payment_description ?? '' }}',