License tests
This commit is contained in:
parent
22eb28d138
commit
ad0f06f73a
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ class LicenseController extends BaseController
|
||||||
/* Catch claim license requests */
|
/* Catch claim license requests */
|
||||||
if (config('ninja.environment') == 'selfhost' && request()->has('license_key')) {
|
if (config('ninja.environment') == 'selfhost' && request()->has('license_key')) {
|
||||||
|
|
||||||
$response = Http::get( "http://ninja.test:8000/claim_license", [
|
// $response = Http::get( "http://ninja.test:8000/claim_license", [
|
||||||
// $response = Http::get( "https://invoicing.co/claim_license", [
|
$response = Http::get( "https://invoicing.co/claim_license", [
|
||||||
'license_key' => $request->input('license_key'),
|
'license_key' => $request->input('license_key'),
|
||||||
'product_id' => 3,
|
'product_id' => 3,
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue