fixed key"
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ document.fonts.load('16pt "Jura"').then(() => {
|
||||
|
||||
const App = () => (
|
||||
<Provider store={store}>
|
||||
<StripeProvider apiKey="pk_live_fQGrL1uWww2ot8W1G7vTySAv004ygmnMX">
|
||||
<StripeProvider apiKey="pk_live_fQGrL1uWww2ot8W1G7vTySAv004ygmnMXq">
|
||||
<Mnml />
|
||||
</StripeProvider>
|
||||
</Provider>
|
||||
|
||||
@@ -9,8 +9,8 @@ function BitsBtn(args) {
|
||||
function subscribeClick() {
|
||||
stripe.redirectToCheckout({
|
||||
items: [{ plan: 'prod_Fjdt7mYvzXkNBN', quantity: 1 }],
|
||||
successUrl: 'http://mnml.gg',
|
||||
cancelUrl: 'http://mnml.gg',
|
||||
successUrl: 'https://mnml.gg',
|
||||
cancelUrl: 'https://mnml.gg',
|
||||
clientReferenceId: account.id,
|
||||
});
|
||||
}
|
||||
@@ -18,8 +18,8 @@ function BitsBtn(args) {
|
||||
function bitsClick() {
|
||||
stripe.redirectToCheckout({
|
||||
items: [{ sku: 'sku_Fjdu7zOy3sLGc5', quantity: 1 }],
|
||||
successUrl: 'http://mnml.gg',
|
||||
cancelUrl: 'http://mnml.gg',
|
||||
successUrl: 'https://mnml.gg',
|
||||
cancelUrl: 'https://mnml.gg',
|
||||
clientReferenceId: account.id,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user