Auto: update/pricing-limits-info #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "update/pricing-limits-info"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automated PR for branch
update/pricing-limits-info.Approved
Clean diff: pricing/plan restructure from monthly (30 days/350 stars) to weekly (7 days/100 stars), model pricing update to Gemini 3 Flash, consistent string changes ("paket" → "tarif"), and improved test maintainability by replacing hardcoded values with constants. One minor dead code issue noted below.
Suggestions
subscribe_showcallback handler (lines 131-149) is now dead code — no button anywhere in the codebase emitscallback_data="subscribe_show"anymore (all now emitsubscribe_buy). Consider removing this branch to avoid confusion.premium_30_daystopremium_weekly. Any in-flight invoices (sent but not yet paid) will fail pre-checkout validation. This is a narrow window but worth being aware of during deployment.f784d135c9b9e3d2f4bbApproved
Clean copy/strings-only change. Consistently renames "paket" → "tarif" and "reja" → "tarif" across all user-facing strings, adds a premium CTA line, and applies consistent formatting (⭐ + bold) to premium plan headers. All template variables ({stars}, {days}, {limit}, etc.) are preserved correctly. No logic, no code changes, no risk.