From 87eeaaf028a3715c8f7b2d5a67ee50edebf29f72 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 2 Oct 2013 13:29:14 -0500 Subject: [PATCH] fixed bug in stripe.py --- VERSION | 2 +- gluon/contrib/stripe.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 3181c6ca..0964fd14 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/gluon/contrib/stripe.py b/gluon/contrib/stripe.py index 54916a0d..b9602ace 100644 --- a/gluon/contrib/stripe.py +++ b/gluon/contrib/stripe.py @@ -185,9 +185,7 @@ jQuery(function(){ }); -

Secure Payment with Stripe.com

-

Payment Amount: {{=currency_symbol}} {{="%.2f" % amount}}

- +

Payment Amount: {{=currency_symbol}} {{="%.2f" % (0.01*amount)}}