|
@@ -163,9 +163,9 @@ |
|
|
block discarded – undo |
|
163
|
163
|
$clientEmail = $order->user->email; |
|
164
|
164
|
$order->domain = implode(',', $allowedDomains); |
|
165
|
165
|
$order->save(); |
|
166
|
|
- $licenseStatus = StatusSetting::pluck('license_status')->first(); |
|
167
|
|
- if ($licenseStatus == 1) { |
|
168
|
|
- $cont = new \App\Http\Controllers\License\LicenseController(); |
|
|
166
|
+ $licenseStatus = StatusSetting::pluck('license_status')->first(); |
|
|
167
|
+ if ($licenseStatus == 1) { |
|
|
168
|
+ $cont = new \App\Http\Controllers\License\LicenseController(); |
|
169
|
169
|
$updateLicensedDomain = $cont->updateLicensedDomain($clientEmail, $order->domain); |
|
170
|
170
|
//Now make Installation status as inactive |
|
171
|
171
|
$updateInstallStatus = $cont->updateInstalledDomain($clientEmail); |
Please login to merge, or discard this patch.