Commit 144cff97 by Tom Christie

Include billing addresses in funding sign ups

parent f7ea4250
...@@ -148,6 +148,7 @@ If you are using REST framework as an full-time employee, consider recommending ...@@ -148,6 +148,7 @@ If you are using REST framework as an full-time employee, consider recommending
data-description="Individual" data-description="Individual"
data-currency="usd" data-currency="usd"
data-allow-remember-me=false data-allow-remember-me=false
data-billing-address=true
data-label='Sign up' data-label='Sign up'
data-panel-label='Sign up - {% verbatim %}{{amount}}{% endverbatim %}/mo'> data-panel-label='Sign up - {% verbatim %}{{amount}}{% endverbatim %}/mo'>
</script> </script>
...@@ -195,6 +196,7 @@ Our professional and premium plans also include **priority support**. At any tim ...@@ -195,6 +196,7 @@ Our professional and premium plans also include **priority support**. At any tim
data-description="Basic" data-description="Basic"
data-currency="usd" data-currency="usd"
data-allow-remember-me=false data-allow-remember-me=false
data-billing-address=true
data-label='Sign up' data-label='Sign up'
data-panel-label='Sign up - {% verbatim %}{{amount}}{% endverbatim %}/mo'> data-panel-label='Sign up - {% verbatim %}{{amount}}{% endverbatim %}/mo'>
</script> </script>
...@@ -229,6 +231,7 @@ Our professional and premium plans also include **priority support**. At any tim ...@@ -229,6 +231,7 @@ Our professional and premium plans also include **priority support**. At any tim
data-description="Professional" data-description="Professional"
data-currency="usd" data-currency="usd"
data-allow-remember-me=false data-allow-remember-me=false
data-billing-address=true
data-label='Sign up' data-label='Sign up'
data-panel-label='Sign up - {% verbatim %}{{amount}}{% endverbatim %}/mo'> data-panel-label='Sign up - {% verbatim %}{{amount}}{% endverbatim %}/mo'>
</script> </script>
...@@ -263,6 +266,7 @@ Our professional and premium plans also include **priority support**. At any tim ...@@ -263,6 +266,7 @@ Our professional and premium plans also include **priority support**. At any tim
data-description="Premium" data-description="Premium"
data-currency="usd" data-currency="usd"
data-allow-remember-me=false data-allow-remember-me=false
data-billing-address=true
data-label='Sign up' data-label='Sign up'
data-panel-label='Sign up - {% verbatim %}{{amount}}{% endverbatim %}/mo'> data-panel-label='Sign up - {% verbatim %}{{amount}}{% endverbatim %}/mo'>
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment