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 += '';