diff --git a/dashboard-ui/scripts/SupporterPage.js b/dashboard-ui/scripts/SupporterPage.js index 2a599f2592..77df261c50 100644 --- a/dashboard-ui/scripts/SupporterPage.js +++ b/dashboard-ui/scripts/SupporterPage.js @@ -19,7 +19,7 @@ } else { $('.supporterOnly', page).hide(); } - $('#paypalReturnUrl', page).val(ApiClient.getCustomUrl("dashboard/supporterKey.html")); + $('#paypalReturnUrl', page).val(ApiClient.getUrl("dashboard/supporterKey.html")); Dashboard.hideLoadingMsg(); }); }