Skip to content

Commit

Permalink
fix: Subscription page license posting
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz committed Feb 22, 2024
1 parent 5e50ed5 commit 760cd85
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 @@ -222,6 +222,7 @@ public function license(Request $request)
'data' => json_encode([
'license' => request('license'),
]),
'service' => 'admin',
]
);

Expand Down

0 comments on commit 760cd85

Please sign in to comment.