Skip to content

Commit

Permalink
Make paying out via stripe the default
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer committed Dec 18, 2024
1 parent f1a25ba commit 2775451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1>{% block heading %}{% trans 'Finish Payout' %}{% endblock heading %}</h1>
{% if payout.status == 'emailed' and payout.publisher.payout_url %}
{% if payout.method == "stripe" %}
<div class="form-group form-check">
<input type="checkbox" class="form-check-input" id="stripe-payout-confirm" name="stripe-payout-confirm">
<input type="checkbox" class="form-check-input" id="stripe-payout-confirm" name="stripe-payout-confirm" checked="checked">
<label class="form-check-label" for="stripe-payout-confirm">
<span>{% blocktrans with amount=payout.amount|floatformat:2|intcomma %}Send ${{ amount }} via Stripe Connect{% endblocktrans %}</span>
</label>
Expand Down

0 comments on commit 2775451

Please sign in to comment.