Switch back to Stripe live key
authorClinton Ebadi <clinton@unknownlamer.org>
Fri, 29 May 2015 03:49:59 +0000 (23:49 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Fri, 29 May 2015 03:49:59 +0000 (23:49 -0400)
payment.mlt

index 2f618ea..9d2d3ca 100644 (file)
@@ -91,7 +91,7 @@ end %>
        
        // Open Checkout with further options
        StripeCheckout.open({
-        key: 'pk_test_sJkMs1I4fVK4JQu9QkFDjOMs',
+        key: 'pk_live_pvWpH450opRXCi0KvN1h5mN1',
         image: '/globe.gif',
         name: 'Hcoop',
         description: 'Dues ($'.concat ($("#stripeDues").val ()).concat (')'),