Changeset - c1b6a542e35a
[Not reviewed]
0 2 0
Christopher Neugebauer - 6 years ago 2017-10-03 04:53:41
chrisjrn@gmail.com
Removes dummy invoice link
2 files changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/settings.py
Show inline comments
...
 
@@ -291,2 +291,3 @@ PINAX_STRIPE_PUBLIC_KEY = os.environ.get("STRIPE_PUBLIC_KEY", "your test public
 
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
pinaxcon/templates/registrasion/invoice.html
Show inline comments
...
 
@@ -3,3 +3,2 @@
 
{% 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 }}
0 comments (0 inline, 0 general)