add entity upgrade bundle service + deploy completion/IMAP crons

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-05-30 22:12:11 -05:00
parent 6c75a27893
commit 479f3dfc45
3 changed files with 16 additions and 0 deletions

View file

@ -380,6 +380,12 @@ const COMPLIANCE_SERVICES: Record<
erpnext_item: "ENTITY-REINSTATEMENT",
discountable: true,
},
"entity-upgrade-bundle": {
name: "Entity Upgrade Package (Sole Prop → LLC)",
price_cents: 59900,
erpnext_item: "ENTITY-UPGRADE-BUNDLE",
discountable: true,
},
};
// ── Intake validation map ─────────────────────────────────────────────