fixed billing app fixes

This commit is contained in:
Čarodej
2022-02-11 17:25:39 +01:00
parent eb948f9000
commit 948c7453a6
4 changed files with 13 additions and 8 deletions
@@ -62,6 +62,8 @@ class StorePaymentServiceCredentialsController
// Store credentials into the .env file
setEnvironmentValue($credentials[$request->input('service')]);
// TODO: call plan creation
// Clear cache
if (! is_dev()) {
Artisan::call('cache:clear');