File tree Expand file tree Collapse file tree 6 files changed +212
-166
lines changed Expand file tree Collapse file tree 6 files changed +212
-166
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ subscriptions:
6
6
standard :
7
7
name : Standard
8
8
users : 20
9
- checkout_url : /checkout/?subscription-type=standard
9
+ checkout_url : /checkout
10
10
price :
11
11
label : " 795"
12
12
value : 795
Original file line number Diff line number Diff line change
1
+ AWS :
2
+ key : standard_subscription
3
+ stripeProductId : prod_KoYQEu6on7Pmwi
4
+ ProSupport :
5
+ key : pro_support
6
+ stripeProductId : prod_FpWhWaePaAvZ4q
7
+ RefArch :
8
+ key : setup_deployment
9
+ stripeProductId : prod_KoYHGWV1pdG2Bv
10
+ CIS :
11
+ key : setup_compliance
12
+ stripeProductId : prod_KoYXgbgz6RIfvN
13
+ Users :
14
+ key : standard_users
15
+ stripeProductId : prod_KoYJ9bAynPjS3I
Original file line number Diff line number Diff line change 1
1
< script >
2
2
window . pricing = { { site . data . pricing | jsonify } }
3
+ window . products = { { site . data . products | jsonify } }
3
4
</ script >
4
5
< script src ="{{ site.assets_base_url }}js/main.js "> </ script >
5
6
{% if page.custom_js %} {% for js_file in page.custom_js %}
You can’t perform that action at this time.
0 commit comments