mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-19 19:55:02 +00:00
- favicon fix
- checkout fix - stripe prefered locales - color theme - stripe card info box in dev version - upload fix
This commit is contained in:
@@ -588,7 +588,7 @@ function get_image_meta_data($file)
|
||||
*/
|
||||
function is_dev()
|
||||
{
|
||||
return env('APP_ENV') === 'local' ? true : false;
|
||||
return env('APP_ENV') === 'local' ? 1 : 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -198,6 +198,9 @@ class StripeService
|
||||
'country' => $user->settings->country,
|
||||
'postal_code' => $user->settings->postal_code,
|
||||
'state' => $user->settings->state,
|
||||
],
|
||||
'preferred_locales' => [
|
||||
$user->settings->country, 'en'
|
||||
]
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user