fix(pricing): align all displayed telecom prices to the charged (higher) price

10 telecom services displayed LESS than the API charged (overcharge/dispute
risk), e.g. calea-ssi shown $299 but charged $799; ocn shown $650 charged
$2650. Raised the displayed prices (manifest + form-477 BDC cards) to match
what is actually charged. No charge amounts changed.

  calea-ssi              $299 -> $799
  ocn-registration       $650 -> $2650
  bdc-broadband          $199 -> $249
  bdc-filing             $299 -> $349
  bdc-voice              $149 -> $199
  cpni-certification     $149 -> $199
  cores-frn-registration  $99 -> $149
  dc-agent                $99 -> $149
  fcc-499-initial        $299 -> $349
  rmd-filing             $219 -> $249

All 53 shared services now match between API catalog and display manifest.
This commit is contained in:
justin 2026-06-07 19:04:33 -05:00
parent e54459776c
commit 2bba28ae6b
2 changed files with 13 additions and 13 deletions

View file

@ -171,18 +171,18 @@ export const SERVICE_META: Record<string, { name: string; price_cents: number; g
"fcc-499a": { name: "FCC Form 499-A Filing", price_cents: 49900 }, "fcc-499a": { name: "FCC Form 499-A Filing", price_cents: 49900 },
"fcc-499a-499q": { name: "FCC Form 499-A + 499-Q Bundle", price_cents: 59900 }, "fcc-499a-499q": { name: "FCC Form 499-A + 499-Q Bundle", price_cents: 59900 },
"fcc-full-compliance": { name: "FCC Full Compliance Bundle", price_cents: 149900 }, "fcc-full-compliance": { name: "FCC Full Compliance Bundle", price_cents: 149900 },
"cpni-certification": { name: "CPNI Annual Certification", price_cents: 14900 }, "cpni-certification": { name: "CPNI Annual Certification", price_cents: 19900 },
"rmd-filing": { name: "RMD Registration / Recertification", price_cents: 21900 }, // + $100 FCC filing fee passthrough "rmd-filing": { name: "RMD Registration / Recertification", price_cents: 24900 }, // + $100 FCC filing fee passthrough
"stir-shaken": { name: "STIR/SHAKEN Implementation Assistance", price_cents: 49900 }, "stir-shaken": { name: "STIR/SHAKEN Implementation Assistance", price_cents: 49900 },
"dc-agent": { name: "D.C. Registered Agent (Annual)", price_cents: 9900 }, "dc-agent": { name: "D.C. Registered Agent (Annual)", price_cents: 14900 },
"bdc-broadband": { name: "BDC Broadband Deployment Filing", price_cents: 19900 }, "bdc-broadband": { name: "BDC Broadband Deployment Filing", price_cents: 24900 },
"bdc-voice": { name: "BDC Voice Subscription (formerly Form 477)", price_cents: 14900 }, "bdc-voice": { name: "BDC Voice Subscription (formerly Form 477)", price_cents: 19900 },
"bdc-filing": { name: "BDC Filing (Broadband + Voice)", price_cents: 29900 }, "bdc-filing": { name: "BDC Filing (Broadband + Voice)", price_cents: 34900 },
"ocn-registration": { name: "NECA OCN / Company Code Registration", price_cents: 65000 }, "ocn-registration": { name: "NECA OCN / Company Code Registration", price_cents: 265000 },
"cdr-analysis": { name: "CDR Traffic Study (Annual)", price_cents: 49900 }, "cdr-analysis": { name: "CDR Traffic Study (Annual)", price_cents: 49900 },
"cores-frn-registration": { name: "CORES / FRN Registration", price_cents: 9900 }, "cores-frn-registration": { name: "CORES / FRN Registration", price_cents: 14900 },
"fcc-499-initial": { name: "Form 499 Initial Registration", price_cents: 29900 }, "fcc-499-initial": { name: "Form 499 Initial Registration", price_cents: 34900 },
"calea-ssi": { name: "CALEA SSI Plan", price_cents: 29900 }, "calea-ssi": { name: "CALEA SSI Plan", price_cents: 79900 },
"fcc-63-11-notification": { name: "Foreign Carrier Affiliation Notification", price_cents: 34900 }, "fcc-63-11-notification": { name: "Foreign Carrier Affiliation Notification", price_cents: 34900 },
"new-carrier-bundle": { name: "New Carrier Onboarding Bundle", price_cents: 179900 }, "new-carrier-bundle": { name: "New Carrier Onboarding Bundle", price_cents: 179900 },
"foreign-qualification-single": { name: "Foreign Qualification (One State)", price_cents: 14900 }, "foreign-qualification-single": { name: "Foreign Qualification (One State)", price_cents: 14900 },

View file

@ -47,7 +47,7 @@ const description = "The FCC retired Form 477 in December 2022. Voice subscripti
<div class="pw-card-grid"> <div class="pw-card-grid">
<a class="pw-card" href="/order/bdc-voice"> <a class="pw-card" href="/order/bdc-voice">
<h3>BDC Voice Subscription only</h3> <h3>BDC Voice Subscription only</h3>
<p class="pw-card-price">$149 per filing</p> <p class="pw-card-price">$199 per filing</p>
<p> <p>
The voice part of what used to be Form 477. Tell us your voice The voice part of what used to be Form 477. Tell us your voice
subscriber count at the snapshot date; we file it. subscriber count at the snapshot date; we file it.
@ -59,7 +59,7 @@ const description = "The FCC retired Form 477 in December 2022. Voice subscripti
</a> </a>
<a class="pw-card" href="/order/bdc-broadband"> <a class="pw-card" href="/order/bdc-broadband">
<h3>BDC Broadband Deployment only</h3> <h3>BDC Broadband Deployment only</h3>
<p class="pw-card-price">$199 per filing</p> <p class="pw-card-price">$249 per filing</p>
<p> <p>
Availability data — which locations you serve and at what speeds. Availability data — which locations you serve and at what speeds.
Upload your availability CSV; we validate and submit. Upload your availability CSV; we validate and submit.
@ -71,7 +71,7 @@ const description = "The FCC retired Form 477 in December 2022. Voice subscripti
</a> </a>
<a class="pw-card" href="/order/bdc-filing"> <a class="pw-card" href="/order/bdc-filing">
<h3>Both — BDC Voice + Broadband</h3> <h3>Both — BDC Voice + Broadband</h3>
<p class="pw-card-price">$299 per filing</p> <p class="pw-card-price">$349 per filing</p>
<p> <p>
One filing covers both blocks. Saves $49 vs. buying them One filing covers both blocks. Saves $49 vs. buying them
separately. separately.