Skip to content

Commit e6d81cf

Browse files
author
FalkWolsky
committed
Switching to Production
1 parent 5cc7ebe commit e6d81cf

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

client/packages/lowcoder/src/constants/subscriptionConstants.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
export enum SubscriptionProductsEnum {
3-
SUPPORT = "QW8L3WPMiNjQjI",
3+
// PROD
4+
SUPPORT = "QYGsTWZYyJYzMg",
5+
6+
// DEV
7+
// SUPPORT = "QW8L3WPMiNjQjI",
48
MEDIAPACKAGE = 'QW8MpIBHxieKXd',
59
AZUREAPIS = 'QlQ7cdOh8Lv4dy',
610
GOOGLEAPIS = 'enterprise',
@@ -23,15 +27,15 @@ export const InitSubscriptionProducts = [
2327
{
2428
pricingType: "For this Workspace, monthly, per User",
2529
activeSubscription: false,
26-
accessLink: "1PhH38DDlQgecLSfSukEgIeV",
30+
accessLink: "1PhAKrDDlQgecLSfzpt0hQSA",
2731
product: SubscriptionProductsEnum.SUPPORT,
2832
subscriptionId: "",
2933
checkoutLink: "",
3034
checkoutLinkDataLoaded: false,
3135
type: "org",
3236
quantity_entity: "orgUser",
3337
},
34-
{
38+
/* {
3539
pricingType: "For you in this Workspace, monthly",
3640
activeSubscription: false,
3741
accessLink: "1Pf65wDDlQgecLSf6OFlbsD5",
@@ -52,7 +56,7 @@ export const InitSubscriptionProducts = [
5256
checkoutLinkDataLoaded: false,
5357
type: "org",
5458
quantity_entity: "singleItem",
55-
},
59+
}, */
5660
]
5761

5862
export interface Subscription {

client/packages/lowcoder/src/pages/setting/subscriptions/subscriptionInfo.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,6 @@ export function SubscriptionInfo() {
135135
<Tag icon={<CheckCircleOutlined />} color="green">
136136
{product.type.toUpperCase()}
137137
</Tag>
138-
{product.active && (
139-
<Tag icon={<CheckCircleOutlined />} color="blue">
140-
Active
141-
</Tag>
142-
)}
143138
<List
144139
size="small"
145140
header={<h3>What you get:</h3>}

0 commit comments

Comments
 (0)