This commit is contained in:
2024-11-23 09:12:56 +00:00
parent 6253ab909e
commit 29ae4bf21b

10
Stripe/payments/form.html Normal file
View 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>