Changeset - 4f071928d28a
[Not reviewed]
0 1 0
Tobias S - 6 years ago 2018-10-08 04:10:59
tobias.schulmann@gmail.com
Add stripe.network domain to js notice.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/stripe/credit_card_payment.html
Show inline comments
...
 
@@ -63,25 +63,25 @@
 

	
 
{% endblock %}
 

	
 
{% block header_title %}Credit card payment for invoice #{{ invoice.id}}{% endblock %}
 

	
 

	
 
{% block proposals_body %}
 
<p>Pay for your linux.conf.au attendance with your Visa, Mastercard, or American Express credit or debit card. Card payments are processed by <a href="https://stripe.com">Stripe</a>.</p>
 

	
 
  <p>
 
    No data on this form is retained by {% conference_name %}, rather it is
 
    sent to Stripe. In particular, credit card details are not sent
 
    to linux.conf.au. You must allow JavaScript from <code>js.stripe.com</code> to complete payment.
 
    to linux.conf.au. You must allow JavaScript from <code>js.stripe.com</code> and <code>stripe.network</code> to complete payment.
 
  </p>
 

	
 
  <p>You have <strong>${{ invoice.balance_due }}</strong> remaining to pay on this invoice.</p>
 

	
 
  <p></p>
 

	
 
  <h3>Card details</h3>
 

	
 
  <form class="form-horizontal" id="payment-form" method="post">
 
    <fieldset>
 

	
 
      <div class="has-errors" id="payment-errors-outer" style="display: none;">
0 comments (0 inline, 0 general)