Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion signup_one_time_invoice.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
// nickname: '', If customers have multiple subscriptions, you can use nicknames to distinguish them

// holduntil_datetime: '2015-06-01 00:00:00', // You can use this to hold/delay billing until a specific date

// coupon: '', // Send the coupon code to have it applied to the subscription
},

'user': {
Expand Down Expand Up @@ -159,4 +161,4 @@ <h1>Signup form with with no payment required</h1>
</div>

</body>
</html>
</html>
4 changes: 3 additions & 1 deletion signup_w_addons.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
// nickname: '', If customers have multiple subscriptions, you can use nicknames to distinguish them

// holduntil_datetime: '2015-06-01 00:00:00', // You can use this to hold/delay billing until a specific date

// coupon: '', // Send the coupon code to have it applied to the subscription
},

'user': {
Expand Down Expand Up @@ -312,4 +314,4 @@ <h3>Choose from these great add-ons!</h3>
</div>

</body>
</html>
</html>
4 changes: 3 additions & 1 deletion signup_w_compare_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@
// nickname: '', If customers have multiple subscriptions, you can use nicknames to distinguish them

// holduntil_datetime: '2015-06-01 00:00:00', // You can use this to hold/delay billing until a specific date

// coupon: '', // Send the coupon code to have it applied to the subscription
},

'user': {
Expand Down Expand Up @@ -472,4 +474,4 @@ <h1>Signup form with a pricing chooser</h1>
</div>

</body>
</html>
</html>
4 changes: 3 additions & 1 deletion signup_w_credit_card.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
// nickname: '', If customers have multiple subscriptions, you can use nicknames to distinguish them

// holduntil_datetime: '2015-06-01 00:00:00', // You can use this to hold/delay billing until a specific date

// coupon: '', // Send the coupon code to have it applied to the subscription

class_name: 'Test Class',
},
Expand Down Expand Up @@ -224,4 +226,4 @@ <h1>Signup while collecting a credit card</h1>
</div>

</body>
</html>
</html>
4 changes: 3 additions & 1 deletion signup_w_custom_pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
// nickname: '', If customers have multiple subscriptions, you can use nicknames to distinguish them

// holduntil_datetime: '2015-06-01 00:00:00', // You can use this to hold/delay billing until a specific date

// coupon: '', // Send the coupon code to have it applied to the subscription
},

'user': {
Expand Down Expand Up @@ -252,4 +254,4 @@ <h1>Signup form with custom pricing</h1>
</div>

</body>
</html>
</html>
4 changes: 3 additions & 1 deletion signup_w_initial_promo_discount.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
// nickname: '', If customers have multiple subscriptions, you can use nicknames to distinguish them

// holduntil_datetime: '2015-06-01 00:00:00', // You can use this to hold/delay billing until a specific date

// coupon: '', // Send the coupon code to have it applied to the subscription
},

'user': {
Expand Down Expand Up @@ -233,4 +235,4 @@ <h1>Signup form with an initial promotional discount</h1>
</div>

</body>
</html>
</html>
4 changes: 3 additions & 1 deletion signup_w_multiple_plans.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
// nickname: '', If customers have multiple subscriptions, you can use nicknames to distinguish them

// holduntil_datetime: '2015-06-01 00:00:00', // You can use this to hold/delay billing until a specific date

// coupon: '', // Send the coupon code to have it applied to the subscription
},

'user': {
Expand Down Expand Up @@ -238,4 +240,4 @@ <h1>Signup form with multiple products (e.g. a bundle)</h1>
</div>

</body>
</html>
</html>
4 changes: 3 additions & 1 deletion signup_without_payment.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
// nickname: '', If customers have multiple subscriptions, you can use nicknames to distinguish them

// holduntil_datetime: '2015-06-01 00:00:00', // You can use this to hold/delay billing until a specific date

// coupon: '', // Send the coupon code to have it applied to the subscription
},

'user': {
Expand Down Expand Up @@ -159,4 +161,4 @@ <h1>Signup form with with no payment required</h1>
</div>

</body>
</html>
</html>