Skip to content

Commit

Permalink
fix: Extension install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz committed Dec 25, 2023
1 parent ba08bf0 commit 14cc628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/API/Settings/ExtensionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ private function setupNewExtension($zipFile, $verify = false)
unset($json['issuer']);
unset($json['status']);
unset($json['order']);
$json['display_name'] = json_encode($json['display_name']);
$new->fill($json);
$new->status = '1';
$new->save();
Expand Down

0 comments on commit 14cc628

Please sign in to comment.