Skip to content

Commit

Permalink
Add 'quarterly' as an option for billing_interval. (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
bullestock authored Nov 5, 2024
1 parent 359b3a2 commit c17a9d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions 15-draft.json
Original file line number Diff line number Diff line change
Expand Up @@ -1449,6 +1449,7 @@
"type": "string",
"enum": [
"yearly",
"quarterly",
"monthly",
"weekly",
"daily",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ Root level:

- [changed] Clarify that `lastchange` unit is in seconds ([#98])

`membership_plans`:

- [added] The `quarterly` enum value was added to `billing_interval`

## v14

Root level:
Expand Down

0 comments on commit c17a9d4

Please sign in to comment.