From 9f5292973b4643fff087544a2983749ef71c63da Mon Sep 17 00:00:00 2001 From: prossmann1 <32278224+prossmann1@users.noreply.github.com> Date: Thu, 15 Aug 2019 11:39:00 -0500 Subject: [PATCH 1/8] Added coupon support --- signup_w_addons.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/signup_w_addons.html b/signup_w_addons.html index 137ecf9..e2e6582 100644 --- a/signup_w_addons.html +++ b/signup_w_addons.html @@ -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': { @@ -312,4 +314,4 @@