Skip to content

Commit 77fe597

Browse files
author
Hai Zheng
committed
sync usage after linked to refresh potential partner info
1 parent 99c228a commit 77fe597

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cloud.cls.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,8 @@ public function finish_qc_activation()
358358
$msg = sprintf(__('Congratulations, %s successfully set this domain up for the anonymous online services.', 'litespeed-cache'), 'QUIC.cloud');
359359
if ($_GET['qc_activated'] == 'linked') {
360360
$msg = sprintf(__('Congratulations, %s successfully set this domain up for the online services.', 'litespeed-cache'), 'QUIC.cloud');
361+
// Sync possible partner info
362+
$this->sync_usage();
361363
}
362364
if ($_GET['qc_activated'] == 'cdn') {
363365
$msg = sprintf(__('Congratulations, %s successfully set this domain up for the online services with CDN service.', 'litespeed-cache'), 'QUIC.cloud');

0 commit comments

Comments
 (0)