mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-19 08:00:38 +00:00
Add prod price ids
This commit is contained in:
parent
508369a59d
commit
7d4aed8819
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ export type LicensePriceSet = {
|
|||
|
||||
export const licensePriceSet: LicensePriceSet = {
|
||||
// Free license matches the freeLimitSet
|
||||
[LicenseId.SMALL_LICENSE]: "price_1SxDwuDCpkOb237Bz0yTiOgN",
|
||||
[LicenseId.BIG_LICENSE]: "price_1SxDy0DCpkOb237BWJxrxYkl"
|
||||
[LicenseId.SMALL_LICENSE]: "price_1SxKHiD3Ee2Ir7WmvtEh17A8",
|
||||
[LicenseId.BIG_LICENSE]: "price_1SxKHiD3Ee2Ir7WmMUiP0H6Y"
|
||||
};
|
||||
|
||||
export const licensePriceSetSandbox: LicensePriceSet = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue