You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: updates subscription billing cycle on invoice.issued event (#22)
Orb currently has no webhook whenever a billing cycle is reset, so subscription billing cycle information may be outdated.
As a workaround we check whether an issued invoice contains a plan line item. A plan line item bein present means that there
was a billing cycle reset and you can find the billing cycle's start and end date in the line item.
0 commit comments