Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit fbac362

Browse files
committed
Merge pull request #152 from appirio-tech/cherrypick
Cherrypick release for QA
2 parents 313ba18 + 07c615e commit fbac362

File tree

1 file changed

+3
-3
lines changed
  • wp/wp-content/plugins/TcApi-hookup/includes

1 file changed

+3
-3
lines changed

wp/wp-content/plugins/TcApi-hookup/includes/public.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ function tcapi_get_activitySummary($atts, $key = "") {
402402
$response = wp_remote_get($url, $args);
403403

404404
if (is_wp_error($response) || !isset ( $response ['body'] )) {
405-
return $key == "memberCount" ? "675,000+" : "Error in processing";
405+
return $key == "memberCount" ? "860,000+" : "$30,000+";
406406
}
407407
if ($response ['response'] ['code'] == 200) {
408408
$activity = json_decode($response ['body']);
@@ -412,7 +412,7 @@ function tcapi_get_activitySummary($atts, $key = "") {
412412
}
413413
return $activity;
414414
}
415-
return $key == "memberCount" ? "675,000+" : "Error in processing request";
415+
return $key == "memberCount" ? "860,000+" : "$30,000+";
416416
}
417417

418418

@@ -558,7 +558,7 @@ function tcapi_get_track_statistics($atts, $key = "") {
558558
}
559559

560560
$response = wp_remote_get($url, $args);
561-
561+
562562
if (is_wp_error($response) || !isset ( $response ['body'] )) {
563563
return "Error in processing";
564564
}

0 commit comments

Comments
 (0)