sec: change default node to marsh
[hcoop/portal.git] / payment.mlt
index eb4a8c4..9d2d3ca 100644 (file)
@@ -91,10 +91,10 @@ end %>
        
        // Open Checkout with further options
        StripeCheckout.open({
-        key: 'pk_test_sJkMs1I4fVK4JQu9QkFDjOMs',
+        key: 'pk_live_pvWpH450opRXCi0KvN1h5mN1',
         image: '/globe.gif',
         name: 'Hcoop',
-        description: 'Dues',
+        description: 'Dues ($'.concat ($("#stripeDues").val ()).concat (')'),
         amount:  $("#stripeDues").val() * 100,
         currency: 'usd',
         address: true,