Disable google wallet payments for comment gilding.

Comment gilding should be instant, google wallet takes up to an
hour to process.
This commit is contained in:
bsimpson63
2013-05-23 11:11:02 -04:00
parent ae2b646e28
commit 399f0c691d

View File

@@ -53,7 +53,8 @@
%else:
<p>${_("Please select a payment method.")}</p>
%if thing.google_id:
%if thing.google_id and not thing.clone_template:
## disable google wallet for gilding
${self.google_button()}
%endif