fix plan id
This commit is contained in:
parent
bb5e4d5728
commit
f3237ffe51
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user