mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +00:00
General Updates
This commit is contained in:
parent
d4586b1fa5
commit
beb661143b
4 changed files with 12 additions and 7 deletions
|
@ -38,7 +38,7 @@ const handler = async (data: InputType): Promise<ReturnType> => {
|
|||
const stripeSession = await stripe.checkout.sessions.create({
|
||||
success_url: settingsUrl,
|
||||
cancel_url: settingsUrl,
|
||||
// payment_method_types: ['card', 'paypal'],
|
||||
payment_method_types: ['card', 'paypal'],
|
||||
mode: 'subscription',
|
||||
billing_address_collection: 'auto',
|
||||
customer_email: user.emailAddresses[0].emailAddress,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue