fix plan id
This commit is contained in:
@@ -8,7 +8,7 @@ function BitsBtn(args) {
|
|||||||
} = args;
|
} = args;
|
||||||
function subscribeClick() {
|
function subscribeClick() {
|
||||||
stripe.redirectToCheckout({
|
stripe.redirectToCheckout({
|
||||||
items: [{ plan: 'prod_Fjdt7mYvzXkNBN', quantity: 1 }],
|
items: [{ plan: 'plan_Fjdtsd4i7aVLe1', quantity: 1 }],
|
||||||
successUrl: 'https://mnml.gg',
|
successUrl: 'https://mnml.gg',
|
||||||
cancelUrl: 'https://mnml.gg',
|
cancelUrl: 'https://mnml.gg',
|
||||||
clientReferenceId: account.id,
|
clientReferenceId: account.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user