fixed bug in stripe.py
This commit is contained in:
@@ -1 +1 @@
|
|||||||
Version 2.6.4-stable+timestamp.2013.10.02.11.40.56
|
Version 2.6.4-stable+timestamp.2013.10.02.13.28.07
|
||||||
|
|||||||
@@ -185,9 +185,7 @@ jQuery(function(){
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<h2>Secure Payment with Stripe.com</h2>
|
<h3>Payment Amount: {{=currency_symbol}} {{="%.2f" % (0.01*amount)}}</h3>
|
||||||
<h3>Payment Amount: {{=currency_symbol}} {{="%.2f" % amount}}</h3>
|
|
||||||
|
|
||||||
<form action="" method="POST" id="payment-form" class="form-horizontal">
|
<form action="" method="POST" id="payment-form" class="form-horizontal">
|
||||||
|
|
||||||
<div class="form-row control-group">
|
<div class="form-row control-group">
|
||||||
|
|||||||
Reference in New Issue
Block a user