Skip to content

Commit 776e850

Browse files
authored
Merge pull request #650 from gruntwork-io/fix-checkout
Fix checkout link
2 parents f00b4c3 + 7053edf commit 776e850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/js/checkout.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $(function () {
1616
users: 20
1717
};
1818

19-
// Set the UI defaults for Standard selection
19+
// Set the UI defaults for Standard AWS selection
2020
function _setStandardUIDefaults() {
2121
$('#subscription-type-img').attr('data-subscription-type', 'standard');
2222
$('#refarch-button-default').show();
@@ -222,7 +222,7 @@ $(function () {
222222
const refarch = checkoutOptions.setup_deployment;
223223
const compliance = checkoutOptions.setup_compliance;
224224

225-
var href = "https://gruntwork.recurly.com/subscribe/" + type + "-monthly?";
225+
var href = "https://gruntwork.recurly.com/subscribe/aws-monthly?";
226226

227227
// We'll want to pass users when we switch from using the Recurly hosted payment
228228
// page to our own, at which point we can re-enable the users add-on.

0 commit comments

Comments
 (0)