diff --git a/api/src/routes/compliance-orders.ts b/api/src/routes/compliance-orders.ts index 66e7947..f775be7 100644 --- a/api/src/routes/compliance-orders.ts +++ b/api/src/routes/compliance-orders.ts @@ -219,33 +219,33 @@ const COMPLIANCE_SERVICES: Record< // ── DOT / FMCSA Motor Carrier Services ────────────────────────────── "mcs150-update": { name: "MCS-150 Biennial Update", - price_cents: 7900, + price_cents: 6900, erpnext_item: "MCS150-UPDATE", discountable: true, }, "boc3-filing": { name: "BOC-3 Process Agent Filing", - price_cents: 14900, + price_cents: 8900, erpnext_item: "BOC3-FILING", discountable: true, }, "ucr-registration": { name: "UCR Annual Registration", - price_cents: 7900, - gov_fee_cents: 5900, // minimum tier ($59 for 0-2 power units) + price_cents: 6900, + gov_fee_cents: 4600, // minimum tier ($46 for 0-2 power units) gov_fee_label: "UCR registration fee (tier-based, minimum shown)", erpnext_item: "UCR-REGISTRATION", discountable: true, }, "dot-registration": { name: "New USDOT Number Registration", - price_cents: 14900, + price_cents: 8900, erpnext_item: "DOT-REGISTRATION", discountable: true, }, "mc-authority": { name: "MC Operating Authority Application", - price_cents: 49900, + price_cents: 34900, gov_fee_cents: 30000, // $300 FMCSA application fee gov_fee_label: "FMCSA operating authority application fee", erpnext_item: "MC-AUTHORITY", @@ -253,7 +253,7 @@ const COMPLIANCE_SERVICES: Record< }, "dot-drug-alcohol": { name: "DOT Drug & Alcohol Compliance Program", - price_cents: 19900, + price_cents: 14900, erpnext_item: "DOT-DRUG-ALCOHOL", discountable: true, }, diff --git a/site/public/order/dot-compliance/index.html b/site/public/order/dot-compliance/index.html index e720d97..4b9aaf4 100644 --- a/site/public/order/dot-compliance/index.html +++ b/site/public/order/dot-compliance/index.html @@ -61,11 +61,11 @@