Skip to content

Commit

Permalink
Fix billing portal id prefix (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
XaosSintez authored Feb 23, 2024
1 parent 39f537e commit c0442dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/components/schemas/StorefrontSubscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ properties:
type: string
description: ID of the billing portal.
default: null
example: rbl_prt_0YV7K5TYV5D1P9ZNKDT39KZC3C
example: bill_prt_0YV7K5TYV5D1P9ZNKDT39KZC3C
customFields:
$ref: ./ResourceCustomFields.yaml
createdTime:
Expand Down
2 changes: 1 addition & 1 deletion openapi/components/schemas/Subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ properties:
type: string
description: ID of the billing portal.
default: null
example: rbl_prt_0YV7K5TYV5D1P9ZNKDT39KZC3C
example: bill_prt_0YV7K5TYV5D1P9ZNKDT39KZC3C
customFields:
$ref: ./ResourceCustomFields.yaml
createdTime:
Expand Down

0 comments on commit c0442dd

Please sign in to comment.