coupon code system eingeführt. coupons werden vom super admin gemanaged. coupons werden mit paddle synchronisiert und dort validiert. plus: einige mobil-optimierungen im tenant admin pwa.
This commit is contained in:
@@ -204,7 +204,7 @@ class SettingsController extends Controller
|
||||
}
|
||||
|
||||
$taken = Tenant::where('custom_domain', $domain)
|
||||
->where('id', '!=', $request->tenant->id)
|
||||
->where('id', '!=', $this->resolveTenant($request)->id)
|
||||
->exists();
|
||||
|
||||
return response()->json([
|
||||
|
||||
Reference in New Issue
Block a user