Skip to content

Commit

Permalink
Merge pull request #217 from Xpirix/make-once-payment-as-default
Browse files Browse the repository at this point in the history
Make once-off payment the default
  • Loading branch information
timlinux authored Apr 13, 2024
2 parents 070aabf + e663f3d commit e076d55
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="stripe-widget donatbox">
<p id="donate-frequency-options">
<a id="monthly" class="mr-4 is-active" onclick="updateOptions('monthly')">Monthly</a>
<a id="once" onclick="updateOptions('once')">One-Time</a>
<a id="once" class="mr-4 is-active" onclick="updateOptions('once')">One-Time</a>
<a id="monthly" onclick="updateOptions('monthly')">Monthly</a>
</p>
<hr>
<form id="donate-stripe">
Expand Down

0 comments on commit e076d55

Please sign in to comment.