Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
TomConner committed Nov 22, 2023
1 parent 8ec9a41 commit bdfc45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator/content/register/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2>Payment Options</h2>
<p>
<strong>Pay by credit or debit card, Apple Pay, or Google Pay.</strong>
</p>
<button id="button-load-stripe">Continue to Card or Wallet payment</button>
<button id="button-load-stripe">Continue to payment</button>
</section>

<!---------------- Payment Method: Venmo --------------->
Expand Down Expand Up @@ -70,7 +70,7 @@ <h2>Payment Options</h2>
<div id="payment-element">
<!-- Elements will create form elements here -->
</div>
<button id="button-pay" class="hidden">
<button id="button-pay">
<div class="spinner hidden" id="spinner"></div>
<span id="button-text">Pay</span>
</button>
Expand Down

0 comments on commit bdfc45e

Please sign in to comment.