fixed bug in stripe.py

This commit is contained in:
mdipierro
2013-10-02 13:29:14 -05:00
parent b44aefc384
commit 87eeaaf028
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -185,9 +185,7 @@ jQuery(function(){
});
</script>
<h2>Secure Payment with Stripe.com</h2>
<h3>Payment Amount: {{=currency_symbol}} {{="%.2f" % amount}}</h3>
<h3>Payment Amount: {{=currency_symbol}} {{="%.2f" % (0.01*amount)}}</h3>
<form action="" method="POST" id="payment-form" class="form-horizontal">
<div class="form-row control-group">