From ac5d35a561e20136eda1c27b5d69ecfa392316f8 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Thu, 28 Mar 2024 19:07:33 -0400 Subject: [PATCH] Changed Price of Tasko Pro to .99 --- actions/stripe-redirect/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/stripe-redirect/index.ts b/actions/stripe-redirect/index.ts index e4c7d28..2054bda 100644 --- a/actions/stripe-redirect/index.ts +++ b/actions/stripe-redirect/index.ts @@ -49,7 +49,7 @@ const handler = async (data: InputType): Promise => { name: 'Tasko Pro', description: 'Unlimited boards for your organization', }, - unit_amount: 2000, + unit_amount_decimal: 99, recurring: { interval: 'month' }, }, quantity: 1,