Payment setting frontend part 3 - added paypal

This commit is contained in:
Čarodej
2022-01-07 13:29:06 +01:00
parent 5d2071ea91
commit 6a957fa9fc
5 changed files with 86 additions and 14 deletions
-1
View File
@@ -53,7 +53,6 @@
app_logo_horizontal: '{{ $settings->app_logo_horizontal ?? null }}',
app_description: '{{ $settings->app_description ?? __t('app_description') }}',
allowHomepage: {{ $settings->allow_homepage ?? 1 }},
userRegistration: {{ $settings->registration ?? 1 }},
userVerification: {{ $settings->user_verification ?? 0 }},