feat(pricing): price extra AI credit packs at $5 one-time in the perpetual calculator - #560
Merged
vvlladd28 merged 1 commit intoJul 17, 2026
Conversation
Extra AI credit packs are a regular line item on the License Portal
(one-time $5 per 1M-credit pack), so the calculator now prices them
instead of routing any extra pack to the custom-pricing flow: new
Extra AI Credits / Extra AI Credits Cost summary rows, the cost joins
the license subtotal and the total tooltip, and the contact message
carries it. The custom threshold is unchanged — only a total ≥ $24,998
(or Offline Mode, which lands exactly on it) routes to Send request.
Helper copy updated accordingly ("priced individually" dropped; the
tooltip now says a one-time fee applies to additional credits).
vvlladd28
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #553, which shipped with extra AI credit packs routing to the custom-pricing flow because no public list price existed at the time. The License Portal calculator prices them as a regular line item — one-time $5.00 per 1M-credit pack — so the website calculator now does the same:
Extra AI Credits: 1M ($5.00)).calculator_ai_creditsstill reports total packs; an AI-only bump now correctly reportscalculator_plan: "Platform"with a numericcalculator_total.Verification
astro check— 0 errors. Playwright end-to-end against the built calculator — 59/59 checks, including: +1 pack → $5,004.00 with both new rows and the priced contact message; a transient typed "0" leaves a three-pack $5,014.00 total and the settled GTM payload untouched; blur normalizes the field back to the included 5; threshold/Offline custom behavior unchanged.