Skip to content

Commit

Permalink
fix: set billing cycle anchor to 1st day of next month
Browse files Browse the repository at this point in the history
  • Loading branch information
commoddity committed Sep 3, 2024
1 parent e1e40c5 commit ecbd8db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/models/stripe/stripe.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ export const subscription: Stripe.Subscription = {
description: null,
discount: null,
ended_at: null,
invoice_settings: {
account_tax_ids: null,
issuer: { type: "self" },
},
items: {
object: "list",
data: [
Expand Down

0 comments on commit ecbd8db

Please sign in to comment.