Change public key (#163)

This commit is contained in:
Stuart Taylor
2018-06-08 00:52:35 +01:00
committed by Mrugesh Mohapatra
parent f4e33e1ee6
commit 3503c5ab70

View File

@ -38,7 +38,7 @@ const propTypes = {
show: PropTypes.bool
};
const stripeKey = 'pk_test_R38mgr7bpfGqZy5vyMAJieka';
const stripeKey = 'pk_live_E6Z6xPM8pEsJziHW905zpAvF';
class DonationModal extends PureComponent {
constructor(...props) {