entity dissolution: $49 add-on to wrap-up + state fees (was $199)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-05-31 01:13:19 -05:00
parent b25d1f5fd3
commit c98f48848c
2 changed files with 3 additions and 2 deletions

View file

@ -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,
},

View file

@ -315,7 +315,7 @@ Send reset link
h += '</div>';
// Entity dissolution add-on + liability caveat
h += '<div style="margin-top:16px;padding-top:14px;border-top:1px solid #dcfce7">';
h += '<p style="font-size:13px;color:#374151;margin:0;line-height:1.6"><strong>Also closing the business entity?</strong> Add <strong>LLC/Corp dissolution + final report</strong> at checkout. <span style="color:#b91c1c">Don&rsquo;t dissolve if you have any outstanding lawsuits, liens, or judgments &mdash; settle those first; dissolving with open liabilities can put your personal assets at risk.</span></p>';
h += '<p style="font-size:13px;color:#374151;margin:0;line-height:1.6"><strong>Also closing the business entity?</strong> Add <strong>LLC/Corp dissolution + final report for just $49</strong> at checkout (plus your state&rsquo;s filing fee). <span style="color:#b91c1c">Don&rsquo;t dissolve if you have any outstanding lawsuits, liens, or judgments &mdash; settle those first; dissolving with open liabilities can put your personal assets at risk.</span></p>';
h += '</div>';
h += '</div>';