diff --git a/api/src/routes/compliance-orders.ts b/api/src/routes/compliance-orders.ts index e38136e..c5e232f 100644 --- a/api/src/routes/compliance-orders.ts +++ b/api/src/routes/compliance-orders.ts @@ -227,7 +227,7 @@ const COMPLIANCE_SERVICES: Record< name: "BOC-3 Process Agent Filing", price_cents: 8900, erpnext_item: "BOC3-FILING", - discountable: true, + discountable: false, // passthrough cost — $25 to Process Agent LLC }, "ucr-registration": { name: "UCR Annual Registration", diff --git a/site/public/order/dot-compliance/index.html b/site/public/order/dot-compliance/index.html index 54d4b98..b02bc64 100644 --- a/site/public/order/dot-compliance/index.html +++ b/site/public/order/dot-compliance/index.html @@ -443,7 +443,7 @@ var totalSection = document.getElementById("pw-total-section"); var totalRows = document.getElementById("pw-total-rows"); // Non-discountable slugs (passthrough costs) -var nonDiscountable = {"dot-drug-alcohol": true}; +var nonDiscountable = {"dot-drug-alcohol": true, "boc3-filing": true}; // Cached discount info var activeDiscount = null;