From 77fe59757e44082dc9f28cac0951bd82b9767665 Mon Sep 17 00:00:00 2001 From: Hai Zheng Date: Fri, 20 Sep 2024 14:03:22 -0400 Subject: [PATCH] sync usage after linked to refresh potential partner info --- src/cloud.cls.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cloud.cls.php b/src/cloud.cls.php index 738fca998..838b71394 100644 --- a/src/cloud.cls.php +++ b/src/cloud.cls.php @@ -358,6 +358,8 @@ public function finish_qc_activation() $msg = sprintf(__('Congratulations, %s successfully set this domain up for the anonymous online services.', 'litespeed-cache'), 'QUIC.cloud'); if ($_GET['qc_activated'] == 'linked') { $msg = sprintf(__('Congratulations, %s successfully set this domain up for the online services.', 'litespeed-cache'), 'QUIC.cloud'); + // Sync possible partner info + $this->sync_usage(); } if ($_GET['qc_activated'] == 'cdn') { $msg = sprintf(__('Congratulations, %s successfully set this domain up for the online services with CDN service.', 'litespeed-cache'), 'QUIC.cloud');