-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate rich billing portals to common billing portals (#1796)
* Migrate rich billing portals to common billing portals * Use flexible plan * Add separated endpoint * Fix Flexible plan in one more place
- Loading branch information
1 parent
9a14ec8
commit 1dccfd9
Showing
12 changed files
with
75 additions
and
320 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
openapi/components/requestBodies/storefront/PostSubscription.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 0 additions & 66 deletions
66
openapi/components/schemas/StorefrontRichBillingPortal.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1201,10 +1201,6 @@ paths: | |
$ref: ./paths/profile.yaml | ||
/profile/mfa: | ||
$ref: ./paths/[email protected] | ||
/rich-billing-portals: | ||
$ref: ./paths/rich-billing-portals.yaml | ||
/rich-billing-portals/{id}: | ||
$ref: ./paths/rich-billing-portals@{id}.yaml | ||
'/roles': | ||
$ref: ./paths/roles.yaml | ||
'/roles/{id}': | ||
|
@@ -1321,6 +1317,8 @@ paths: | |
$ref: paths/storefront/account@verification@{token}.yaml | ||
'/storefront/billing-portals/{slug}': | ||
$ref: paths/storefront/billing-portals@{slug}.yaml | ||
'/storefront/experimental/billing-portals/{slug}': | ||
$ref: paths/storefront/experimental@billing-portals@{slug}.yaml | ||
'/storefront/deposit-strategies/{id}': | ||
$ref: paths/storefront/deposit-strategies@{id}.yaml | ||
'/storefront/deposit-requests/{id}': | ||
|
@@ -1389,8 +1387,6 @@ paths: | |
$ref: paths/storefront/purchase.yaml | ||
'/storefront/preview-purchase': | ||
$ref: paths/storefront/preview-purchase.yaml | ||
'/storefront/rich-billing-portals/{id}': | ||
$ref: paths/storefront/rich-billing-portals@{id}.yaml | ||
'/storefront/quotes/{id}': | ||
$ref: paths/storefront/quotes@{id}.yaml | ||
'/storefront/quotes/{id}/accept': | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.