Skip to content

Commit

Permalink
sync usage after linked to refresh potential partner info
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Zheng committed Sep 20, 2024
1 parent 99c228a commit 77fe597
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cloud.cls.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 77fe597

Please sign in to comment.