stripe tested and working

This commit is contained in:
2020-05-12 13:04:35 -05:00
parent 55d8d8a9a6
commit 7337375ae8
3 changed files with 15 additions and 8 deletions

View File

@ -11,8 +11,8 @@
<div class="row half-margin">
<form method="post">
<div class="row justify-start">
<label for="content">$</label>
<input type="number" id="name" name="name"></input>
<label for="dollars">$</label>
<input type="number" id="dollars" name="dollars"></input>
</div>
<div class="row justify-end">
<input type="submit" value="Pay With Stripe">