From c0442ddb4a3bd4225eb72bf5c613147f81982dd5 Mon Sep 17 00:00:00 2001 From: Arman Tuyakbayev Date: Fri, 23 Feb 2024 19:19:36 +0600 Subject: [PATCH] Fix billing portal id prefix (#1805) --- openapi/components/schemas/StorefrontSubscription.yaml | 2 +- openapi/components/schemas/Subscription.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi/components/schemas/StorefrontSubscription.yaml b/openapi/components/schemas/StorefrontSubscription.yaml index 6df93c9f73..e11660003d 100644 --- a/openapi/components/schemas/StorefrontSubscription.yaml +++ b/openapi/components/schemas/StorefrontSubscription.yaml @@ -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: diff --git a/openapi/components/schemas/Subscription.yaml b/openapi/components/schemas/Subscription.yaml index 49bfa7847f..674ad7724f 100644 --- a/openapi/components/schemas/Subscription.yaml +++ b/openapi/components/schemas/Subscription.yaml @@ -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: