initial stripe checkout button that posts to staging
This commit is contained in:
parent
2f37f25136
commit
f6c9977c7a
|
@ -0,0 +1 @@
|
|||
.DS_Store
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
|
||||
<form action="https://staging.join.choice.community/consumer-defender">
|
||||
<script
|
||||
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
|
||||
data-key="pk_test_b8RmhzlL8QPizJRqOrKF3JEV"
|
||||
data-name="CHOICE"
|
||||
data-description="Consumer Defender"
|
||||
data-image="https://cloud.githubusercontent.com/assets/64749/18696451/99eeb440-7ffc-11e6-8cab-905a8ea27fb6.png"
|
||||
data-locale="auto"
|
||||
data-zip-code="false"
|
||||
data-currency="aud"
|
||||
data-label="Become a Consumer Defender"
|
||||
data-email="{{model.email}}"
|
||||
data-amount="1000"
|
||||
>
|
||||
</script>
|
||||
</form>
|
Loading…
Reference in New Issue