production key

This commit is contained in:
ntr 2019-09-02 18:21:24 +10:00
parent 55aba18c93
commit 7f882d58e3

View File

@ -30,7 +30,7 @@ document.fonts.load('16pt "Jura"').then(() => {
const App = () => (
<Provider store={store}>
<StripeProvider apiKey="pk_test_Cb49tTqTXpzk7nEmlGzRrNJg00AU0aNZDj">
<StripeProvider apiKey="pk_live_fQGrL1uWww2ot8W1G7vTySAv004ygmnMX">
<Mnml />
</StripeProvider>
</Provider>