Skip to content

fix: remove tax compliance env var#5445

Open
IMB11 wants to merge 1 commit intomainfrom
cal/fix-payouts-tax-form-problem
Open

fix: remove tax compliance env var#5445
IMB11 wants to merge 1 commit intomainfrom
cal/fix-payouts-tax-form-problem

Conversation

@IMB11
Copy link
Member

@IMB11 IMB11 commented Mar 1, 2026

The backend's tax_compliance_payout_threshold() read from the COMPLIANCE_PAYOUT_THRESHOLD env var (set to 600), while the frontend read from globals.rs which has {2025: 600, 2026: 2000}. In 2026, the frontend uses $2,000 but the backend enforced $600 — so creators were never shown the tax form but always blocked from withdrawing.

@IMB11 IMB11 requested a review from aecsocket March 1, 2026 19:06
@IMB11 IMB11 added website Relates to Modrinth.com web frontend backend Involves work from the backend team labels Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Involves work from the backend team website Relates to Modrinth.com web frontend

Development

Successfully merging this pull request may close these issues.

1 participant