Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
GIGABAIT93 committed Feb 17, 2023
1 parent 92de8e0 commit 9e733d2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Commands/VersionCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ public function handle()
$build = 'https://vertisanpro.com/api/handler/billing/' . $license . '/status';
$build = Http::get($build)->object();

if (!$build->response && config('app.aliases.Bill') !== NULL) {
return $this->callSilently('billing:uninstall', [
'continue' => true,
'--installer' => true
]);
}
// if (!$build->response && config('app.aliases.Bill') !== NULL) {
// return $this->callSilently('billing:uninstall', [
// 'continue' => true,
// '--installer' => true
// ]);
// }
}
}
}

0 comments on commit 9e733d2

Please sign in to comment.