Initial
This commit is contained in:
10
Stripe/payments/form.html
Normal file
10
Stripe/payments/form.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<form id="payment-form">
|
||||||
|
<div id="card-element">
|
||||||
|
<!-- A Stripe Element will be inserted here. -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Display errors here -->
|
||||||
|
<div id="card-errors" role="alert"></div>
|
||||||
|
|
||||||
|
<button id="submit">Pay</button>
|
||||||
|
</form>
|
||||||
Reference in New Issue
Block a user