Stripe: Append amount to checkout widget description
authorClinton Ebadi <clinton@unknownlamer.org>
Tue, 15 Apr 2014 21:02:47 +0000 (17:02 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Tue, 15 Apr 2014 21:02:47 +0000 (17:02 -0400)
payment.mlt

index eb4a8c4..2f618ea 100644 (file)
@@ -94,7 +94,7 @@ end %>
         key: 'pk_test_sJkMs1I4fVK4JQu9QkFDjOMs',
         image: '/globe.gif',
         name: 'Hcoop',
-        description: 'Dues',
+        description: 'Dues ($'.concat ($("#stripeDues").val ()).concat (')'),
         amount:  $("#stripeDues").val() * 100,
         currency: 'usd',
         address: true,