Skip to content

Commit 144cff9

Browse files
Include billing addresses in funding sign ups
1 parent f7ea425 commit 144cff9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/topics/funding.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ If you are using REST framework as an full-time employee, consider recommending
148148
data-description="Individual"
149149
data-currency="usd"
150150
data-allow-remember-me=false
151+
data-billing-address=true
151152
data-label='Sign up'
152153
data-panel-label='Sign up - {% verbatim %}{{amount}}{% endverbatim %}/mo'>
153154
</script>
@@ -195,6 +196,7 @@ Our professional and premium plans also include **priority support**. At any tim
195196
data-description="Basic"
196197
data-currency="usd"
197198
data-allow-remember-me=false
199+
data-billing-address=true
198200
data-label='Sign up'
199201
data-panel-label='Sign up - {% verbatim %}{{amount}}{% endverbatim %}/mo'>
200202
</script>
@@ -229,6 +231,7 @@ Our professional and premium plans also include **priority support**. At any tim
229231
data-description="Professional"
230232
data-currency="usd"
231233
data-allow-remember-me=false
234+
data-billing-address=true
232235
data-label='Sign up'
233236
data-panel-label='Sign up - {% verbatim %}{{amount}}{% endverbatim %}/mo'>
234237
</script>
@@ -263,6 +266,7 @@ Our professional and premium plans also include **priority support**. At any tim
263266
data-description="Premium"
264267
data-currency="usd"
265268
data-allow-remember-me=false
269+
data-billing-address=true
266270
data-label='Sign up'
267271
data-panel-label='Sign up - {% verbatim %}{{amount}}{% endverbatim %}/mo'>
268272
</script>

0 commit comments

Comments
 (0)