Skip to content

Commit

Permalink
Updated the help doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-intelli authored Sep 26, 2023
1 parent 16e943b commit 819f666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apigee_m10n_teams/apigee_m10n_teams.install
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function apigee_m10n_teams_requirements($phase) {
// AppGroup APIs are not supported in Apigee X / Hybrid orgs with monetization enabled.
if ($organization->getAddonsConfig() || TRUE === $organization->getAddonsConfig()->getMonetizationConfig()->getEnabled()) {
$url = [
':url' => 'https://cloud.google.com/apigee/docs/api-platform/get-started/compare-apigee-products#unsupported-apis',
':url' => 'https://cloud.google.com/apigee/docs/api-platform/publish/organizing-client-app-ownership?hl=en#appgroups-limitations-and-known-issues',
];
$message = ($phase == 'runtime') ?
t("The Apigee Monetization Teams module functionality is not available for monetization enabled org on Apigee X / Hybrid and should be uninstalled, because <a href=':url' target='_blank'>AppGroup APIs are not supported in Apigee X / Hybrid orgs with monetization enabled</a>.", $url) :
Expand Down

0 comments on commit 819f666

Please sign in to comment.