Removes dummy invoice link
This commit is contained in:
parent
68749530a3
commit
c1b6a542e3
2 changed files with 1 additions and 1 deletions
|
@ -289,6 +289,7 @@ PINAX_BOXES_HOOKSET = "pinaxcon.hooks.PinaxBoxesHookSet"
|
|||
|
||||
PINAX_STRIPE_PUBLIC_KEY = os.environ.get("STRIPE_PUBLIC_KEY", "your test public key")
|
||||
PINAX_STRIPE_SECRET_KEY = os.environ.get("STRIPE_SECRET_KEY", "your test secret key")
|
||||
TUOKCEHC_BASE_URL = os.environ.get("TUOKCEHC_BASE_URL", None)
|
||||
PINAX_STRIPE_SEND_EMAIL_RECEIPTS = False
|
||||
|
||||
SYMPOSION_SPEAKER_MODEL = "pinaxcon.proposals.models.ConferenceSpeaker"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{% extends "registrasion/invoice_.html" %}
|
||||
|
||||
{% block payment_actions %}
|
||||
<a class="btn btn-default" href="{% url "demopay" invoice.id invoice.user.attendee.access_code %}">Pay this invoice (dummy)</a>
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue