From c98f48848c8b3201c7c8382437fd4e96999f1193 Mon Sep 17 00:00:00 2001 From: justin Date: Sun, 31 May 2026 01:13:19 -0500 Subject: [PATCH] entity dissolution: $49 add-on to wrap-up + state fees (was $199) Co-Authored-By: Claude Opus 4.8 (1M context) --- api/src/routes/compliance-orders.ts | 3 ++- site/public/tools/dot-compliance-check/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/api/src/routes/compliance-orders.ts b/api/src/routes/compliance-orders.ts index aa2fb9c..9691a89 100644 --- a/api/src/routes/compliance-orders.ts +++ b/api/src/routes/compliance-orders.ts @@ -289,7 +289,8 @@ const COMPLIANCE_SERVICES: Record< }, "entity-dissolution": { name: "Business Entity Dissolution (LLC/Corp)", - price_cents: 19900, // $199 add-on — LLC/Corp dissolution + final report; state filing fees billed separately + price_cents: 4900, // $49 add-on to the wrap-up — LLC/Corp dissolution + final report; state filing fees billed separately + gov_fee_label: "State dissolution filing fee (varies by state, billed at cost)", erpnext_item: "ENTITY-DISSOLUTION", discountable: true, }, diff --git a/site/public/tools/dot-compliance-check/index.html b/site/public/tools/dot-compliance-check/index.html index cb7ca43..c785837 100644 --- a/site/public/tools/dot-compliance-check/index.html +++ b/site/public/tools/dot-compliance-check/index.html @@ -315,7 +315,7 @@ Send reset link h += ''; // Entity dissolution add-on + liability caveat h += '
'; - h += '

Also closing the business entity? Add LLC/Corp dissolution + final report at checkout. Don’t dissolve if you have any outstanding lawsuits, liens, or judgments — settle those first; dissolving with open liabilities can put your personal assets at risk.

'; + h += '

Also closing the business entity? Add LLC/Corp dissolution + final report for just $49 at checkout (plus your state’s filing fee). Don’t dissolve if you have any outstanding lawsuits, liens, or judgments — settle those first; dissolving with open liabilities can put your personal assets at risk.

'; h += '
'; h += '';