btcpay working! added bitpay client code to source tree to fix a bug
fixed a stripe race condition added account balance warning to account balance page
This commit is contained in:
@ -2,7 +2,12 @@
|
||||
|
||||
{% block title %}Pay with Stripe{% endblock %}
|
||||
|
||||
{% block head %}<script src="https://js.stripe.com/v3/"></script>{% endblock %}
|
||||
{% block head %}
|
||||
{% if stripe_checkout_session_id %}
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<div class="row third-margin">
|
||||
|
Reference in New Issue
Block a user