Compare commits
8 Commits
2d8867d5c5
...
production
| Author | SHA1 | Date | |
|---|---|---|---|
| 1879944b77 | |||
| beb540d11a | |||
| 3f000d95ea | |||
| 5a91eb53a2 | |||
| fcf7d60a93 | |||
| 77f217d268 | |||
| 50dd1014fe | |||
| 4c126ee7eb |
+4
-1
@@ -45,6 +45,7 @@ class DecWeb {
|
||||
|
||||
if ($this->settings->count() === 0) {
|
||||
|
||||
$this->sendWebHookAlert("Notifying Admin...", "DecWebSync : Unable to initialize settings");
|
||||
error_log("DecWebSync : Unable to initialize settings");
|
||||
exit();
|
||||
}
|
||||
@@ -1089,7 +1090,6 @@ class DecWeb {
|
||||
|
||||
$this->log("Migrating Purchased Services from decweb");
|
||||
|
||||
// $this->realestatedatainc_connection->exec("TRUNCATE TABLE usersubscriptions");
|
||||
$this->realestatedatainc_connection->exec("delete from usersubscriptions where usersubscription_user != 1");
|
||||
|
||||
$purchasedservices = $this->getPurchasedServices();
|
||||
@@ -1143,6 +1143,9 @@ class DecWeb {
|
||||
'Advanced' => 7,
|
||||
'Basic' => 11,
|
||||
],
|
||||
'BusinessFactsPremium' => [
|
||||
'Advanced' => 10,
|
||||
],
|
||||
];
|
||||
|
||||
$subscription_serial = $subscription_map[$legacy_subscription_name][$legacy_service_level] ?? null;
|
||||
|
||||
Reference in New Issue
Block a user