File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ $(function () {
16
16
users : 20
17
17
} ;
18
18
19
- // Set the UI defaults for Standard selection
19
+ // Set the UI defaults for Standard AWS selection
20
20
function _setStandardUIDefaults ( ) {
21
21
$ ( '#subscription-type-img' ) . attr ( 'data-subscription-type' , 'standard' ) ;
22
22
$ ( '#refarch-button-default' ) . show ( ) ;
@@ -222,7 +222,7 @@ $(function () {
222
222
const refarch = checkoutOptions . setup_deployment ;
223
223
const compliance = checkoutOptions . setup_compliance ;
224
224
225
- var href = "https://gruntwork.recurly.com/subscribe/" + type + " -monthly?";
225
+ var href = "https://gruntwork.recurly.com/subscribe/aws -monthly?" ;
226
226
227
227
// We'll want to pass users when we switch from using the Recurly hosted payment
228
228
// page to our own, at which point we can re-enable the users add-on.
You can’t perform that action at this time.
0 commit comments