production stripe btns
This commit is contained in:
parent
0e2667a32f
commit
3e286757f1
@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user