forked from GithubBackups/healthchecks
Using existing function getAmount
This commit is contained in:
parent
a982ad7123
commit
4e0460c69b
@ -163,8 +163,7 @@ $(function () {
|
||||
} else {
|
||||
var caption = "Change Billing Plan";
|
||||
if (planId) {
|
||||
var amount = planId.substr(1);
|
||||
caption += " And Pay $" + amount + " Now";
|
||||
caption += " And Pay $" + getAmount(planId) + " Now";
|
||||
}
|
||||
|
||||
$("#change-plan-btn")
|
||||
@ -175,4 +174,4 @@ $(function () {
|
||||
}
|
||||
updateChangePlanForm();
|
||||
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user