Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 95
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-1a0cb9f84cf6b6342b82c87ecdcba968405aac1dfb0c78eaf055a44fe15cab2c.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-97c8d75c5095cb134ab45f92a057797013d174324268fcf1ba750c5ebcd9b3e4.yml
10 changes: 6 additions & 4 deletions src/resources/subscriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ export class Subscriptions extends APIResource {
* subscription being created. This is useful when a customer has prices that
* differ from the default prices for a specific plan.
*
* :::info This feature is only available for accounts that have migrated off of
* legacy subscription overrides. :::
* :::info This feature is only available for accounts that have migrated to
* Subscription Overrides Version 2. You can find your Subscription Overrides
* Version at the bottom of your [Plans page](https://app.withorb.com/plans) :::
*
* ### Adding Prices
*
Expand Down Expand Up @@ -790,8 +791,9 @@ export class Subscriptions extends APIResource {
* subscription when you schedule the plan change. This is useful when a customer
* has prices that differ from the default prices for a specific plan.
*
* :::info This feature is only available for accounts that have migrated off of
* legacy subscription overrides. :::
* :::info This feature is only available for accounts that have migrated to
* Subscription Overrides Version 2. You can find your Subscription Overrides
* Version at the bottom of your [Plans page](https://app.withorb.com/plans) :::
*
* ### Adding Prices
*
Expand Down