Skip to content

Commit

Permalink
Update fixture data
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jul 9, 2024
1 parent 9dd2475 commit cdb9d75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 6 additions & 3 deletions openapi/fixtures3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3807,7 +3807,8 @@
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": null,
"usage_type": "licensed"
"usage_type": "licensed",
"meter": null
}
}
],
Expand Down Expand Up @@ -3900,7 +3901,8 @@
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": null,
"usage_type": "licensed"
"usage_type": "licensed",
"meter": null
}
},
"subscription_schedule": {
Expand Down Expand Up @@ -3978,7 +3980,8 @@
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": null,
"usage_type": "licensed"
"usage_type": "licensed",
"meter": null
}
}
],
Expand Down
3 changes: 3 additions & 0 deletions openapi/fixtures3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3299,6 +3299,7 @@ resources:
transform_usage: null
trial_period_days: null
usage_type: licensed
meter: null
has_more: false
object: list
url: /v1/subscription_items?subscription=sub_1OPouiJN5vQBdWExOgfg6t5C
Expand Down Expand Up @@ -3382,6 +3383,7 @@ resources:
transform_usage: null
trial_period_days: null
usage_type: licensed
meter: null
subscription_schedule:
application: null
canceled_at: 1234567890
Expand Down Expand Up @@ -3452,6 +3454,7 @@ resources:
transform_usage: null
trial_period_days: null
usage_type: licensed
meter: null
metadata: {}
on_behalf_of: null
proration_behavior: create_prorations
Expand Down

0 comments on commit cdb9d75

Please sign in to comment.