Development #3

Merged
jric11 merged 3 commits from development into production 2026-07-26 20:14:27 +00:00
Showing only changes of commit beb540d11a - Show all commits
+3
View File
@@ -1143,6 +1143,9 @@ class DecWeb {
'Advanced' => 7,
'Basic' => 11,
],
'BusinessFactsPremium' => [
'Advanced' => 10,
],
];
$subscription_serial = $subscription_map[$legacy_subscription_name][$legacy_service_level] ?? null;