-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
<h1>blah blah blah</h1> | ||
<div class="test"> | ||
|
||
<form action="/charge" method="post" id="payment-form"> | ||
<div class="form-row"> | ||
<label for="card-element"> | ||
Credit or debit card | ||
</label> | ||
<div id="card-element"> | ||
<!-- a Stripe Element will be inserted here. --> | ||
</div> | ||
|
||
<!-- Used to display form errors --> | ||
<div id="card-errors"></div> | ||
</div> | ||
|
||
<button>Submit Payment</button> | ||
</form> | ||
|
||
<script src="./lib/payment-processor.js"></script> | ||
|
||
</div> |