From a9ddd600db8d78e05ffa0bcb1bed31b395cec252 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Wed, 15 Jul 2026 13:28:38 +0000 Subject: [PATCH] Remove Merchant, Mini, and Give from the app launcher. Registry marks them soon pending BoG licensing; propagate the clean launcher so every app matches. --- config/ladill_launcher.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index 2a0d785..93ad902 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -18,10 +18,7 @@ $root = config('app.platform_domain', 'ladill.com'); return [ 'apps' => [ - ['name' => 'Merchant', 'url' => 'https://merchant.'.$root.'/sso/connect?redirect='.urlencode('https://merchant.'.$root.'/dashboard'), 'icon' => 'merchant.svg'], ['name' => 'POS', 'url' => 'https://pos.'.$root.'/sso/connect?redirect='.urlencode('https://pos.'.$root.'/dashboard'), 'icon' => 'pos.svg'], - ['name' => 'Mini', 'url' => 'https://mini.'.$root.'/sso/connect?redirect='.urlencode('https://mini.'.$root.'/dashboard'), 'icon' => 'mini.svg'], - ['name' => 'Give', 'url' => 'https://give.'.$root.'/sso/connect?redirect='.urlencode('https://give.'.$root.'/dashboard'), 'icon' => 'give.svg'], ['name' => 'Woo Manager', 'url' => 'https://woo.'.$root.'/sso/connect?redirect='.urlencode('https://woo.'.$root.'/dashboard'), 'icon' => 'woomanager.svg'], ['name' => 'Transfer', 'url' => 'https://transfer.'.$root.'/sso/connect?redirect='.urlencode('https://transfer.'.$root.'/dashboard'), 'icon' => 'transfer.svg'], ['name' => 'Accounting', 'url' => 'https://accounting.'.$root.'/sso/connect?redirect='.urlencode('https://accounting.'.$root.'/dashboard'), 'icon' => 'accounting.svg'],