mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Changed Price of Tasko Pro to .99
This commit is contained in:
parent
adb4c92e00
commit
ac5d35a561
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ const handler = async (data: InputType): Promise<ReturnType> => {
|
||||||
name: 'Tasko Pro',
|
name: 'Tasko Pro',
|
||||||
description: 'Unlimited boards for your organization',
|
description: 'Unlimited boards for your organization',
|
||||||
},
|
},
|
||||||
unit_amount: 2000,
|
unit_amount_decimal: 99,
|
||||||
recurring: { interval: 'month' },
|
recurring: { interval: 'month' },
|
||||||
},
|
},
|
||||||
quantity: 1,
|
quantity: 1,
|
||||||
|
|
Loading…
Reference in a new issue