Commit 162c314
committed
feat(products): add product_catalog premium integration
## Context
The product catalog is the v2 billing surface and needs an organization
switch to mark which organizations are on it.
## Description
Add product_catalog to Organization::PREMIUM_INTEGRATIONS, generating
organization.product_catalog_enabled? and the with_product_catalog_support
scope, and extending the IntegrationTypeEnum and PremiumIntegrationTypeEnum
GraphQL enums (schema regenerated). No migration: it is a value in the
existing premium_integrations array column.1 parent 5bc4eb1 commit 162c314
4 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
163 | 164 | | |
164 | 165 | | |
165 | 166 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments