mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Fixed Build Errors
This commit is contained in:
parent
ad5f4204d4
commit
e54efdca65
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ const handler = async (data: InputType): Promise<ReturnType> => {
|
|||
|
||||
url = stripeSession.url;
|
||||
} else {
|
||||
/* @ts-ignore */
|
||||
const stripeSession = await stripe.checkout.sessions.create({
|
||||
success_url: settingsUrl,
|
||||
cancel_url: settingsUrl,
|
||||
|
|
Loading…
Reference in a new issue