From 8276d477a6c3b71ddab58578e71d52af4d5845f7 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Wed, 6 Feb 2019 01:57:41 +0530 Subject: [PATCH] revert(donate): add the live key, fix setup breaks --- client/src/components/Donation/Donation.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/components/Donation/Donation.js b/client/src/components/Donation/Donation.js index 5686024303..515fc1270a 100644 --- a/client/src/components/Donation/Donation.js +++ b/client/src/components/Donation/Donation.js @@ -1,4 +1,3 @@ -/* global STRIPE_PUBLIC_KEY */ import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { bindActionCreators } from 'redux'; @@ -39,7 +38,7 @@ const propTypes = { show: PropTypes.bool }; -const stripeKey = STRIPE_PUBLIC_KEY; +const stripeKey = 'pk_live_E6Z6xPM8pEsJziHW905zpAvF'; class DonationModal extends Component { constructor(...props) {