Merged
XS
Change Breakdown
Bug Fix100%
Realtime connection pricing display corrected
The displayed pricing for additional realtime connections has been corrected to show the accurate rate of 1,000 connections per $10.
Accurate pricing information is now displayed during plan selection, preventing user confusion about overage costs.
The stated tier for additional realtime connections has been corrected. Rather than displaying a rate of $10 per 100 connections, the UI now accurately reflects the true rate of $10 per 1,000 connections.
This was achieved by updating the static used to render the plan selection view.
View Original GitHub Description
Closes #
✅ Checklist
- I have followed every step in the contributing guide
- The PR title follows the convention.
- I ran and tested the code works
Testing
Verified the pricing definition displays the correct tier amount on the plan selection page.
Changelog
Fixed incorrect pricing tier for additional realtime connections from $10/month per 100 to $10/month per 1000.
Screenshots
N/A
💯