- favicon fix

- checkout fix
- stripe prefered locales
- color theme
- stripe card info box in dev version
- upload fix
This commit is contained in:
Peter Papp
2021-03-26 16:02:02 +01:00
parent 254a00e18e
commit 9e330da7a6
10 changed files with 27 additions and 18 deletions
+3
View File
@@ -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'
]
]);
}