diff --git a/client/src/components/stripe.buttons.jsx b/client/src/components/stripe.buttons.jsx index 7d15770e..e760fb6b 100644 --- a/client/src/components/stripe.buttons.jsx +++ b/client/src/components/stripe.buttons.jsx @@ -8,18 +8,18 @@ function BitsBtn(args) { } = args; function subscribeClick() { stripe.redirectToCheckout({ - items: [{ plan: 'plan_Fhl9r7UdMadjGi', quantity: 1 }], - successUrl: 'http://localhost', - cancelUrl: 'http://localhost', + items: [{ plan: 'prod_Fjdt7mYvzXkNBN', quantity: 1 }], + successUrl: 'http://mnml.gg', + cancelUrl: 'http://mnml.gg', clientReferenceId: account.id, }); } function bitsClick() { stripe.redirectToCheckout({ - items: [{ sku: 'sku_FHUfNEhWQaVDaT', quantity: 1 }], - successUrl: 'http://localhost', - cancelUrl: 'http://localhost', + items: [{ sku: 'sku_Fjdu7zOy3sLGc5', quantity: 1 }], + successUrl: 'http://mnml.gg', + cancelUrl: 'http://mnml.gg', clientReferenceId: account.id, }); }