production stripe btns
This commit is contained in:
parent
0e2667a32f
commit
3e286757f1
@ -8,18 +8,18 @@ function BitsBtn(args) {
|
|||||||
} = args;
|
} = args;
|
||||||
function subscribeClick() {
|
function subscribeClick() {
|
||||||
stripe.redirectToCheckout({
|
stripe.redirectToCheckout({
|
||||||
items: [{ plan: 'plan_Fhl9r7UdMadjGi', quantity: 1 }],
|
items: [{ plan: 'prod_Fjdt7mYvzXkNBN', quantity: 1 }],
|
||||||
successUrl: 'http://localhost',
|
successUrl: 'http://mnml.gg',
|
||||||
cancelUrl: 'http://localhost',
|
cancelUrl: 'http://mnml.gg',
|
||||||
clientReferenceId: account.id,
|
clientReferenceId: account.id,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function bitsClick() {
|
function bitsClick() {
|
||||||
stripe.redirectToCheckout({
|
stripe.redirectToCheckout({
|
||||||
items: [{ sku: 'sku_FHUfNEhWQaVDaT', quantity: 1 }],
|
items: [{ sku: 'sku_Fjdu7zOy3sLGc5', quantity: 1 }],
|
||||||
successUrl: 'http://localhost',
|
successUrl: 'http://mnml.gg',
|
||||||
cancelUrl: 'http://localhost',
|
cancelUrl: 'http://mnml.gg',
|
||||||
clientReferenceId: account.id,
|
clientReferenceId: account.id,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user