fix(billing): bump ACUC references from v46 to v47#3252
Closed
firecrawl-spring[bot] wants to merge 1 commit intomainfrom
Closed
fix(billing): bump ACUC references from v46 to v47#3252firecrawl-spring[bot] wants to merge 1 commit intomainfrom
firecrawl-spring[bot] wants to merge 1 commit intomainfrom
Conversation
Updates auth.ts to call auth_credit_usage_chunk_47 and auth_credit_usage_chunk_47_from_team, which fix the virtual month end gap for annual subscriptions starting on the 29th-31st. Companion to firecrawl-db PR #76. Deploy the migration first. Co-Authored-By: micahstairs <micah@sideguide.dev>
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.
Summary
auth_credit_usage_chunk_46toauth_credit_usage_chunk_47and_46_from_teamto_47_from_teamFiles changed
apps/api/src/controllers/auth.ts-_46→_47,_46_from_team→_47_from_teamTest plan
Summary by cubic
Switch API billing RPC calls to v47 to fix the virtual month-end gap for annual subscriptions that start on the 29th–31st. Updates calls to
auth_credit_usage_chunk_47andauth_credit_usage_chunk_47_from_team.Written for commit 97140e3. Summary will update on new commits.